Font style hints.
Definition at line 173 of file FXFont.h. 00173 { 00174 Decorative = 4, 00175 Modern = 8, 00176 Roman = 16, 00177 Script = 32, 00178 Swiss = 64, 00179 System = 128, 00180 X11 = 256, 00181 Scalable = 512, 00182 Polymorphic = 1024, 00183 Rotatable = 2048 00184 };
|