XPLMFontID
From X-Plane SDK
XPLMFontID
X-Plane features some fixed-character fonts. Each font may have its own metrics.
WARNING: Some of these fonts are no longer supported or may have changed geometries. For maximum copmatibility, see the comments below.
Note: X-Plane 7 supports proportional-spaced fonts. Since no measuring routine is available yet, the SDK will normally draw using a fixed-width font. You can use a dataref to enable proportional font drawing on XP7 if you want to.
xplmFont_Basic | 0 | Mono-spaced font for user interface. Available in all versions of the SDK. |
xplmFont_Menus | 1 | Deprecated, do not use. |
xplmFont_Metal | 2 | Deprecated, do not use. |
xplmFont_Led | 3 | Deprecated, do not use. |
xplmFont_LedWide | 4 | Deprecated, do not use. |
xplmFont_PanelHUD | 5 | Deprecated, do not use. |
xplmFont_PanelEFIS | 6 | Deprecated, do not use. |
xplmFont_PanelGPS | 7 | Deprecated, do not use. |
xplmFont_RadiosGA | 8 | Deprecated, do not use. |
xplmFont_RadiosBC | 9 | Deprecated, do not use. |
xplmFont_RadiosHM | 10 | Deprecated, do not use. |
xplmFont_RadiosGANarrow | 11 | Deprecated, do not use. |
xplmFont_RadiosBCNarrow | 12 | Deprecated, do not use. |
xplmFont_RadiosHMNarrow | 13 | Deprecated, do not use. |
xplmFont_Timer | 14 | Deprecated, do not use. |
xplmFont_FullRound | 15 | Deprecated, do not use. |
xplmFont_SmallRound | 16 | Deprecated, do not use. |
xplmFont_Menus_Localized | 17 | Deprecated, do not use. |
xplmFont_Proportional | 18 | Proportional UI font. |