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