12 references to IXpsOMFontResource
ReachFramework (12)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
465
IXpsOMFontResource
fontResource = _xpsOMFactory.CreateFontResource(fontIStream, XPS_FONT_EMBEDDING.XPS_FONT_EMBEDDING_OBFUSCATED, partUri, 1);
542
IXpsOMFontResource
fontResourceToRemove = fontCollection.GetByPartName(partUri);
548
IXpsOMFontResource
fontResource = fontCollection.GetAt(i);
Serialization\RCW\IXpsOMFontResourceCollection.cs (5)
32
IXpsOMFontResource
GetAt([In] uint index);
35
void SetAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
value);
38
void InsertAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
value);
41
void Append([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
value);
48
IXpsOMFontResource
GetByPartName([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partName);
Serialization\RCW\IXpsOMGlyphs.cs (2)
42
IXpsOMFontResource
GetFontResource();
74
void SetFontResource([In]
IXpsOMFontResource
fontResource);
Serialization\RCW\IXpsOMObjectFactory.cs (2)
90
IXpsOMGlyphs CreateGlyphs([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
fontResource);
134
IXpsOMFontResource
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);