mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-23 14:28:11 +02:00
library when dealing with certain weird fonts (like "Stalingrad",
in "sadn.pfb". This font has no full font name entry.. )
* src/base/ftoutln.c, include/freetype/ftoutln.h: added the
FT_Outline_Check API to check the consistency of outline data
* src/base/ftobjs.c (FT_Load_Glyph): added a call to the new
FT_Outline_Check to ensure that loaded glyphs are valid. This
allows certain fonts like "tt1095m_.ttf" to be loaded even though
it appears they contain really funky glyphs..
there still is a bug there though.. !!
|
||
|---|---|---|
| .. | ||
| cache | ||
| config | ||
| internal | ||
| freetype.h | ||
| ftbbox.h | ||
| ftcache.h | ||
| ftchapters.h | ||
| fterrors.h | ||
| ftglyph.h | ||
| ftimage.h | ||
| ftlist.h | ||
| ftmac.h | ||
| ftmm.h | ||
| ftmoderr.h | ||
| ftmodule.h | ||
| ftoutln.h | ||
| ftrender.h | ||
| ftsizes.h | ||
| ftsnames.h | ||
| ftsynth.h | ||
| ftsystem.h | ||
| fttrigon.h | ||
| fttypes.h | ||
| t1tables.h | ||
| ttnameid.h | ||
| tttables.h | ||
| tttags.h | ||