Table of Contents

Constructor TextStyleDescription

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

TextStyleDescription(FontFamily, float, FontStyle, Color)

Initializes a new instance of the TextStyleDescription class with specified settings.

public TextStyleDescription(FontFamily familyName, float emSize, FontStyle style, Color foreColor)

Parameters

familyName FontFamily

The FontFamily name associated with this text style.

emSize float

The em-size of the font associated with this text style.

style FontStyle

The FontStyle associated with this text style.

foreColor Color

The fore color associated with this text style.