incorrect vertical alignement of glyphs
nxfs opened this issue · 2 comments
nxfs commented
AustinJ235 commented
The code around text scaling isn't exactly ideal. Ilmenite currently has no concept of scale, so right now Bin
calls for text of text_height * scale and then does some math (possibly incorrect) to fit it back down to 100% scale.
AustinJ235 commented
Change the math around this will be resolved when ilmenite is upgraded.