Skip to content

Conversation

@ABSitf
Copy link
Contributor

@ABSitf ABSitf commented Nov 1, 2025

No description provided.

Comment on lines -95 to -101

struct CustomGlyph
{
std::function<void( unsigned char* texData, int texW )> render;
};
void addCustomGlyphs_( FontType font, std::vector<CustomGlyph>& glyphs );
void renderCustomGlyphsToAtlas_( const std::vector<CustomGlyph>& glyphs );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still need custom glyphs (in case when there is no glyph in font)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding custom glyphs is an outdated logic
reworked using font merges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants