]> git.wh0rd.org - fontconfig.git/commit
Work around FreeType bug when glyph name buffer is too small.
authorKeith Packard <keithp@neko.keithp.com>
Mon, 12 Mar 2007 17:32:23 +0000 (10:32 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Mon, 12 Mar 2007 17:32:23 +0000 (10:32 -0700)
commitc80a08d6bf08a27ede95035f3f02cd5abfa2cafd
tree0042c7dd910141227df91855b6c2513e014a114c
parentfa741cd4fffbbaa5d4ba9a15f53550ac7817cc92
Work around FreeType bug when glyph name buffer is too small.

Recent versions of FreeType do not correctly deal with glyph name buffers
that are too small; work around this by declaring a buffer that can hold any
PS name (127 bytes).
src/fcfreetype.c