Table of Contents

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 Font

Font 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 FontFace

Font 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

Returns

GdiInterop1