Table of Contents

Class FontInfos

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

Represents collection of FontInfo elements.

public class FontInfos
Inheritance
FontInfos
Derived

Constructors

FontInfos(Font, IntPtr)

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

FontInfos(IntPtr, IntPtr)

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

Properties

CurrentInfo

Represents current FontInfo object.

DC
FontHeight

Represents height of the current font.

IsMonoSpaced

Represents a value indicating whether current font is monospaced.

Methods

CheckStyleAvailable(FontFamily, ref FontStyle, FontStyle)
Clear()

Frees all resources associated with this FontInfos.

CreateFontInfo(Font)
CreateFontInfo(IntPtr, string)
~FontInfos()

Destroys the instance of the FontInfos class.

GetAvailableFontStyle(FontFamily, FontStyle)

Indicates whether the specified System.Drawing.FontStyle enumeration is available.

InitStyle(FontStyle)

Adds specified style to the style collection.

InitStyle(string, FontStyle, int)

Adds specified style to the style collection.

SelectFontInfo(FontInfo)