golang / freetype

The Freetype font rasterizer in the Go programming language.
Other
778 stars 183 forks source link

Does freetype-go support TTF's embedded bitmap font feature? #52

Open CamilleScholtz opened 6 years ago

CamilleScholtz commented 6 years ago

I can't seem to load fonts generated using https://github.com/koron/bdf2ttf for example.

dmitshur commented 6 years ago

The README contains the following note, which I suspect answers your question:

It is an incomplete port:
  * It only supports TrueType fonts, and not Type 1 fonts nor bitmap fonts.
  * It only supports the Unicode encoding.