mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Correct paddings in Glyph struct.
Disable Haiku build until beta6 vm.
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user