| Summary: | Doesn't look non-scalable fonts | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | beuc |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.12 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: |
Patch
Font that used to load until 2.0.12 |
||
Created attachment 1672 [details]
Font that used to load until 2.0.12
By the way, never mind the "application/x-ms-dos-executable" content-type from Mozilla, that's the normal headers for MS console fonts :/ Fixed, thanks! https://hg.libsdl.org/SDL_ttf/rev/86aa91bce20c |
Created attachment 1671 [details] Patch SDL_ttf used to load non-scalable fonts such as vgasys.fon (attached). Test: $ showfont vgasys.fon Couldn't load 18 pt font from vgasys.fon: Couldn't set font size With previous versions, or with attached fix (which reverts a 2.0.12 change): $ showfont vgasys.fon Font is generally 16 big, and string is 16 big Please consider the attached patch for inclusion :)