freetype2/src/winfonts
Werner Lemberg 5a829394f6 * src/winfonts/winfnt.c (fnt_face_get_dll_font): Return error
FNT_Err_Invalid_File_Format if file format was recognized but
the file doesn't contain any FNT(NE) or RT_FONT(PE) resources.
Add verbose debug logs to make it easier to debug failing load
attempts.
(FNT_Face_Init): A single FNT font can't contain more than 1 face,
so return an error if requested face index is > 0.
Do not do further attempt to load fonts if a previous attempt has
failed but returned error FNT_Err_Invalid_File_Format, i.e., the
file format has been recognized but no fonts found in the file.
2007-06-19 04:53:30 +00:00
..
Jamfile Add license. 2005-06-04 23:04:30 +00:00
fnterrs.h Formatting. 2001-06-19 23:03:41 +00:00
module.mk Implement new, simplified module selection. With GNU make it is now 2006-01-31 20:17:42 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00
winfnt.c * src/winfonts/winfnt.c (fnt_face_get_dll_font): Return error 2007-06-19 04:53:30 +00:00
winfnt.h * src/winfonts/winfnt.h: Add necessary structures for PE resource 2007-06-16 07:59:39 +00:00