Inheritance diagram for Font:
Properties | |
Boolean | bold |
String | family |
Boolean | italic |
Number | pixelSize |
Number | pointSize |
Boolean | strikeout |
Boolean | underline |
Constructor | |
Font (Font font) | |
Font (String familyName) | |
Font () |
This is the DAZ Script counterpart of the QFont type used in the DAZ Studio SDK.
Font::Font | ( | ) |
Default Constructor.
Font::Font | ( | String | familyName | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Constructs a new font of the given family.
familyName | The name of the font family that the new font will be of |
Font::Font | ( | Font | font | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Copy Constructor
font | The font to copy |
Holds whether or not the Font is bolded.
Holds the family name of the Font.
Holds whether or not the Font is italicized.
The pixel size of the font (the device dependent size of the font)
The point size of the font (the device independent size of the font)
Holds whether or not the Font is striked.
Holds whether or not the Font is underlined.