12 references to IXpsOMFontResource
ReachFramework (12)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
464IXpsOMFontResource fontResource = _xpsOMFactory.CreateFontResource(fontIStream, XPS_FONT_EMBEDDING.XPS_FONT_EMBEDDING_OBFUSCATED, partUri, 1); 541IXpsOMFontResource fontResourceToRemove = fontCollection.GetByPartName(partUri); 547IXpsOMFontResource fontResource = fontCollection.GetAt(i);
Serialization\RCW\IXpsOMFontResourceCollection.cs (5)
30IXpsOMFontResource GetAt([In] uint index); 33void SetAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource value); 36void InsertAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource value); 39void Append([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource value); 46IXpsOMFontResource GetByPartName([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partName);
Serialization\RCW\IXpsOMGlyphs.cs (2)
40IXpsOMFontResource GetFontResource(); 72void SetFontResource([In] IXpsOMFontResource fontResource);
Serialization\RCW\IXpsOMObjectFactory.cs (2)
88IXpsOMGlyphs CreateGlyphs([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMFontResource fontResource); 132IXpsOMFontResource 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);