TextState.TextState

TextState()

Creates text state object.

public TextState()

See Also


TextState(double)

Creates text state object with font size specification.

public TextState(double fontSize)
ParameterTypeDescription
fontSizeDoubleFont size.

See Also


TextState(Color)

Creates text state object with foreground color specification.

public TextState(Color foregroundColor)
ParameterTypeDescription
foregroundColorColorForeground color.

See Also


TextState(Color, double)

Creates text state object with foreground color and font size specification.

public TextState(Color foregroundColor, double fontSize)
ParameterTypeDescription
foregroundColorColorForeground color.
fontSizeDoubleFont size.

See Also


TextState(string)

Creates text state object with font family specification.

public TextState(string fontFamily)
ParameterTypeDescription
fontFamilyStringFont family.

See Also


TextState(string, bool, bool)

Creates text state object with font family and font style specification.

public TextState(string fontFamily, bool bold, bool italic)
ParameterTypeDescription
fontFamilyStringFont family.
boldBooleanBold font style.
italicBooleanItalic font style.

See Also


TextState(string, double)

Creates text state object with font family and font size specification.

public TextState(string fontFamily, double fontSize)
ParameterTypeDescription
fontFamilyStringFont family.
fontSizeDoubleFont size.

See Also