freetype icon indicating copy to clipboard operation
freetype copied to clipboard

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

Open CamilleScholtz opened this issue 8 years ago • 1 comments

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

CamilleScholtz avatar Jul 10 '17 22:07 CamilleScholtz

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.

dmitshur avatar Jan 10 '18 01:01 dmitshur