Table of Contents

Constructor GdiFontInfo

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GdiFontInfo(Font, IntPtr)

Initializes a new instance of the GdiFontInfo class with specified parameters.

public GdiFontInfo(Font font, IntPtr dc)

Parameters

font Font

Specifies Font for this new instance.

dc IntPtr

Handle to the device context.

GdiFontInfo(IntPtr, IntPtr, string)

Initializes a new instance of the GdiFontInfo class with specified parameters.

public GdiFontInfo(IntPtr fontHandle, IntPtr dc, string fontName)

Parameters

fontHandle IntPtr

Font handle.

dc IntPtr

Handle to the device context.

fontName string

Name of the font.