Correct paddings in Glyph struct.

Disable Haiku build until beta6 vm.
This commit is contained in:
Martín Lucas Golini
2026-07-26 13:22:21 -03:00
parent ce3a10a3bd
commit 33bba67dde
2 changed files with 35 additions and 35 deletions

View File

@@ -21,8 +21,8 @@ struct EE_API Glyph {
Sizef size; ///< The glyph bitmap size on screen
int lsbDelta{ 0 }; //!< Left offset after forced autohint. Internally used by getKerning()
int rsbDelta{ 0 }; //!< Right offset after forced autohint. Internally used by getKerning()
Font* font{ nullptr }; ///< The glyph font
GlyphRenderMode renderMode{ GlyphRenderMode::Mask }; ///< Atlas texel compositing mode
Font* font{ nullptr }; ///< The glyph font
};
enum class FontType { TTF, BMF, Sprite };