alexheretic/ab-glyph

Are bitmap fonts supported?

mejo13 opened this issue · 1 comments

When i try to use .otb fonts (terminus-font-4.49.1 or gohufont-2.1-otb) with the examples i get no errors and no output except that both ./ascii and ./image report width and height. so i'm unsure whether these fonts are supported by ab_glyph or not.

There is Font::glyph_raster_image which is fairly low-level. However, all the examples and my own usage use outlines. There is an issue to improve this (#36).