Table of Contents

Constructor FontInfos

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

FontInfos(Font, IntPtr)

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

public FontInfos(Font font, IntPtr dc)

Parameters

font Font

Specifies Font for this new instance.

dc IntPtr

Handle to the device context.

FontInfos(IntPtr, IntPtr)

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

public FontInfos(IntPtr fontHandle, IntPtr dc)

Parameters

fontHandle IntPtr

Specifies Font for this new instance.

dc IntPtr

Handle to the device context.