![]() |
![]() |
![]() |
![]() |
UIfontAttributes
Synopsis
a subobject that represents the font family attributes of a UI object.
group UIfontAttributes {
string family; // Name of WTfontFamilyList object
// specifying FFL for widget
int height;// Text height in pixels
enum weight {
choices = {"medium", "bold"};
};
enum slant {
choices = {"regular", "oblique"};
};
enum set_width {
choices = {"normal", "narrow", "semicondensed
![]() |
![]() |
![]() |
![]() |