12 references to IXpsOMFontResource
ReachFramework (12)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
463IXpsOMFontResource fontResource = _xpsOMFactory.CreateFontResource(fontIStream, XPS_FONT_EMBEDDING.XPS_FONT_EMBEDDING_OBFUSCATED, partUri, 1); 540IXpsOMFontResource fontResourceToRemove = fontCollection.GetByPartName(partUri); 546IXpsOMFontResource fontResource = fontCollection.GetAt(i);
Serialization\RCW\IXpsOMFontResourceCollection.cs (5)
29IXpsOMFontResource GetAt([In] uint index); 32void SetAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource value); 35void InsertAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource value); 38void Append([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource value); 45IXpsOMFontResource GetByPartName([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partName);
Serialization\RCW\IXpsOMGlyphs.cs (2)
39IXpsOMFontResource GetFontResource(); 71void SetFontResource([In] IXpsOMFontResource fontResource);
Serialization\RCW\IXpsOMObjectFactory.cs (2)
87IXpsOMGlyphs CreateGlyphs([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource fontResource); 131IXpsOMFontResource CreateFontResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_FONT_EMBEDDING")] [In] XPS_FONT_EMBEDDING fontEmbedding, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri, [In] int isObfSourceStream);