Class FontObject

FontObject class

internal use

public class FontObject

Constructors

NameDescription
FontObject()The default constructor.

Properties

NameDescription
Color { get; set; }color
IsBold { get; set; }bold
IsItalic { get; set; }italic
Name { get; set; }name
Size { get; set; }size

Fields

NameDescription
_color
_isBold
_isItalic
_name
_size

See Also