12 references to IXpsOMFontResource
ReachFramework (12)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
463
IXpsOMFontResource
fontResource = _xpsOMFactory.CreateFontResource(fontIStream, XPS_FONT_EMBEDDING.XPS_FONT_EMBEDDING_OBFUSCATED, partUri, 1);
540
IXpsOMFontResource
fontResourceToRemove = fontCollection.GetByPartName(partUri);
546
IXpsOMFontResource
fontResource = fontCollection.GetAt(i);
Serialization\RCW\IXpsOMFontResourceCollection.cs (5)
29
IXpsOMFontResource
GetAt([In] uint index);
32
void SetAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
value);
35
void InsertAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
value);
38
void Append([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
value);
45
IXpsOMFontResource
GetByPartName([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partName);
Serialization\RCW\IXpsOMGlyphs.cs (2)
39
IXpsOMFontResource
GetFontResource();
71
void SetFontResource([In]
IXpsOMFontResource
fontResource);
Serialization\RCW\IXpsOMObjectFactory.cs (2)
87
IXpsOMGlyphs CreateGlyphs([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMFontResource
fontResource);
131
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);