Table of Contents

Constructor FontInfo

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

FontInfo(Font, IntPtr)

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

public FontInfo(Font font, IntPtr dc)

Parameters

font Font

Specifies Font for this new instance.

dc IntPtr

Handle to the device context.

FontInfo(IntPtr, IntPtr, string)

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

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

Parameters

fontHandle IntPtr

Font handle.

dc IntPtr

Handle to the device context.

fontName string

Name of the font.