The FontFlag enumeration provides the following values:
Description |
Value |
---|---|
|
no special flags: font with default weight/slant/anti-aliasing |
|
slant flags (default: no slant) |
|
|
|
weight flags (default: medium) |
|
|
|
anti-aliasing flag: force on or off (default: the current system default) |
|
|
|
Underlined style (not underlined by default). |
|
Strike-through style (implemented in MSW, GTK, and wxOSX) |
|
the mask of all currently used flags |