]> git.wh0rd.org - fontconfig.git/commit
Work around for bitmap-only TrueType fonts that are missing the glyf table.
authorKeith Packard <keithp@keithp.com>
Sun, 4 May 2008 00:19:43 +0000 (17:19 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 4 May 2008 00:20:34 +0000 (17:20 -0700)
commit60421f5d68e81478430c2d9c796eedbf6d43b3cf
treef46a1d6b86960adaa43a5700e78852b6ec31f04c
parentef9db2e2d286c4c26a2cb06aef14d175c33d0898
Work around for bitmap-only TrueType fonts that are missing the glyf table.

Bitmap-only TrueType fonts without a glyf table will not load a glyph when
FT_LOAD_NO_SCALE is set. Work around this by identifying TrueType fonts that have no
glyphs and select a single strike to measure the glyph map with.
src/fcfreetype.c