Class GdiInterop1
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
[Guid("4556BE70-3ABD-4F70-90BE-421780A6F515")]
public class GdiInterop1 : GdiInterop
- Inheritance
-
GdiInterop1
- Inherited Members
Constructors
GdiInterop1(nint)
public GdiInterop1(nint nativePtr)
Parameters
nativePtr
nint
Methods
GetFontSignature(Font)
Reads the font signature from the given font face.
public GdiInterop.FontSignature GetFontSignature(Font font)
Parameters
font
FontFont face to read font signature from.
Returns
- GdiInterop.FontSignature
Font signature from the OS/2 table, ulUnicodeRange and ulCodePageRange.
GetFontSignature(FontFace)
Reads the font signature from the given font face.
public GdiInterop.FontSignature GetFontSignature(FontFace fontFace)
Parameters
fontFace
FontFaceFont face to read font signature from.
Returns
- GdiInterop.FontSignature
Font signature from the OS/2 table, ulUnicodeRange and ulCodePageRange.
Operators
explicit operator GdiInterop1(nint)
public static explicit operator GdiInterop1(nint nativePtr)
Parameters
nativePtr
nint