Commit db0fc1e
committed
text-freetype2: Increase glyph atlas size
Increase the glyph texture atlas from 2048x2048 to
4096x4096. At larger font sizes the atlas overflows
after caching standard Latin glyphs, causing
cache_glyphs to break early with "Out of space".
Uncached glyphs are then silently skipped in
fill_vertex_buffer, producing missing characters.1 parent 4d3794e commit db0fc1e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments