Index: core/fxge/include/cfx_renderdevice.h |
diff --git a/core/fxge/include/cfx_renderdevice.h b/core/fxge/include/cfx_renderdevice.h |
index 390d39b69d0d4e3e8c93b60ce0963fbf96a73978..9dd5f55ee9a4b2b5f6f87c08a8f946c31ec808e2 100644 |
--- a/core/fxge/include/cfx_renderdevice.h |
+++ b/core/fxge/include/cfx_renderdevice.h |
@@ -68,15 +68,15 @@ class IFX_RenderDeviceDriver; |
#define FXTEXT_NOSMOOTH 0x20 |
struct FXTEXT_CHARPOS { |
- uint32_t m_GlyphIndex; |
+ FX_FLOAT m_AdjustMatrix[4]; |
FX_FLOAT m_OriginX; |
FX_FLOAT m_OriginY; |
- int m_FontCharWidth; |
- FX_BOOL m_bGlyphAdjust; |
- FX_FLOAT m_AdjustMatrix[4]; |
+ uint32_t m_GlyphIndex; |
+ int32_t m_FontCharWidth; |
#if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ |
uint32_t m_ExtGID; |
#endif |
+ bool m_bGlyphAdjust; |
bool m_bFontStyle; |
}; |