diff options
Diffstat (limited to 'core/fxge/include/cfx_renderdevice.h')
-rw-r--r-- | core/fxge/include/cfx_renderdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxge/include/cfx_renderdevice.h b/core/fxge/include/cfx_renderdevice.h index 6607b479c7..9ca9a07220 100644 --- a/core/fxge/include/cfx_renderdevice.h +++ b/core/fxge/include/cfx_renderdevice.h @@ -76,6 +76,7 @@ struct FXTEXT_CHARPOS { #if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ uint32_t m_ExtGID; #endif + int32_t m_FallbackFontPosition; bool m_bGlyphAdjust; bool m_bFontStyle; }; |