Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MakeSpriteFont fails to capture non-TrueType fonts #39

Open
walbourn opened this issue Jun 14, 2016 · 1 comment
Open

MakeSpriteFont fails to capture non-TrueType fonts #39

walbourn opened this issue Jun 14, 2016 · 1 comment
Assignees
Labels
enhancement tools Applies to MakeSpriteFont, xwbtool

Comments

@walbourn
Copy link
Member

The MakeSpriteFont uses GDI+ to capture the font data which only supports TrueType fonts.

To capture 'raster fonts' (aka Terminal or Fixedsys), you need to use GetGlyphOutline directly.

@walbourn walbourn added the bug label Jun 14, 2016
@walbourn walbourn self-assigned this Jun 14, 2016
@LMLB
Copy link

LMLB commented Jun 27, 2016

To capture 'raster fonts' (aka Terminal or Fixedsys)

and PostScript fonts (including OpenType/CFF fonts)

@walbourn walbourn added enhancement and removed bug labels Aug 29, 2016
@walbourn walbourn added the tools Applies to MakeSpriteFont, xwbtool label Nov 8, 2017
@walbourn walbourn pinned this issue Jul 26, 2021
@walbourn walbourn unpinned this issue Aug 3, 2021
@walbourn walbourn pinned this issue Sep 2, 2021
@walbourn walbourn unpinned this issue Sep 10, 2021
@walbourn walbourn pinned this issue Sep 30, 2021
@walbourn walbourn unpinned this issue Oct 6, 2021
@walbourn walbourn pinned this issue Oct 7, 2021
@walbourn walbourn unpinned this issue Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement tools Applies to MakeSpriteFont, xwbtool
Projects
None yet
Development

No branches or pull requests

2 participants