Open
Description
Hey! :)
I was playing around with TrueType fonts (OpenSans, Courier New, Fira Code) on MacOS. And it seems that the font is rendered to small in comparison to the tile size.
tcod.tileset.set_truetype_font("data/OpenSans-Regular.ttf", 24, 24)
Is it possible to control the size of the font inside a tile?
There is also an issue with Fira Code (it doesn't render correctly). But I think that might be the custom glyphs they included in the font?