issues
search
rosaqq
/
lekek
Java game engine project with LWJGL.
MIT License
0
stars
0
forks
source link
TrueType
#73
Open
dffsa
opened
3 years ago
dffsa
commented
3 years ago
[ ] Calculate bitmap texture size based on amount of glyphs to be loaded from a font.
[ ] Find out how to get number of glyphs in .ttf font
[ ] Fing out how to not include undefined or empty glyphs (rectangles)
[ ] Find out why Character Data array seems to be unordered when trying to get cdata from codepoint
[ ] Decide if either to include all glyphs from a font or just characters from a charset
[ ] Figure why stbtt_GetCodepointKernAdvance throws access violation sometimes
[ ] Implement font scaling