FontSources
- Updated2025-07-21
- 1 minute(s) read
FontSources
Use these constants with controls that have a FontSource property.
- FontSource_UseContainerFont –(Value: 2) The font the container supplies.
- FontSource_UseFontProperty –(Value: 0) A corresponding Font property of the control determines the font.
- FontSource_UseGUIFont –(Value: 1) The default system font for user interface objects.
- FontSource_UseIconFont –(Value: 5) The system font for an icon title.
- FontSource_UseInactiveTitlebarFont –(Value: 4) The system font for an inactive titlebar.
- FontSource_UseMenuFont –(Value: 6) The system font for a menu.
- FontSource_UseMessageBoxFont –(Value: 7) The system font for a message box.
- FontSource_UsePaletteTitleFont –(Value: 8) The system font for the title of a Tools window.
- FontSource_UseSelectedItemsFont –(Value: 9) The system font for the selected menu items.
- FontSource_UseSystemFixedWidthFont –(Value: 11) The system font for monospaced text.
- FontSource_UseTitlebarFont –(Value: 3) The system font for a title bar.
- FontSource_UseToolTipFont –(Value: 10) The system font for tooltips and status bars.
- FontSource_UseUIStyleFont –(Value: 12) The font the UIStyle object supplies.