freetype2/src
John Tytgat 03e8b2f763 Fix custom cmap for empty Type 1 font (Savannah bug #27294).
* include/freetype/internal/t1types.h (T1_EncodingRecRec_): Update
comment to reflect revised code_last meaning.
* src/type1/t1load.c (T1_Open_Face), src/type42/t42objs.c
(T42_Open_Face): Assign max_char as highest character code + 1 and
use this for T1_EncodingRecRec_::code_last.
* src/psaux/t1cmap.c (t1_cmap_custom_init): Follow revised
T1_EncodingRecRec_::code_last meaning.
2009-09-01 08:10:24 +02:00
..
autofit autofit: Cast FT_Long glyph_count to compare with FT_UInt GID. 2009-08-01 00:37:54 +09:00
base Don't call `ft_fseek' every time when executing `ft_fread'. 2009-08-03 19:55:58 +02:00
bdf Improve bitmap size or pixel variables for 16-bit systems. 2009-08-01 00:32:06 +09:00
cache cache: Check higher bits in flags for non ILP32 systems. 2009-08-01 00:32:24 +09:00
cff Fix rendering of horizontally compressed CFFs. 2009-08-27 00:10:56 +02:00
cid cid: Fix some data types mismatching with their sources. 2009-08-01 00:30:16 +09:00
gxvalid gxvalid: Extend a few local variables to reduce the casts. 2009-08-01 00:37:55 +09:00
gzip gzip: Use FT2 zcalloc() & zfree() in ftgzip.c by default. 2009-08-01 00:30:11 +09:00
lzw lzw: Count the size of the memory object by ptrdiff_t. 2009-08-01 00:30:14 +09:00
otvalid otvalid: Truncate the glyph index to 16-bit. 2009-08-01 00:32:11 +09:00
pcf pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops. 2009-08-01 00:37:56 +09:00
pfr pfr: Extend `num_aux' to take 32-bit value. 2009-08-01 00:37:56 +09:00
psaux Fix custom cmap for empty Type 1 font (Savannah bug #27294). 2009-09-01 08:10:24 +02:00
pshinter For warning messages, replace FT_ERROR with FT_TRACE0. 2009-06-26 06:15:41 +02:00
psnames XXX_cmap_encoding_char_next() return FT_UInt32 values. 2009-08-01 00:32:09 +09:00
raster [ftraster] Make it compile again with -D_STANDALONE_. 2009-07-09 09:21:46 +02:00
sfnt sfnt: Cast a charcode to 32-bit in cmap format 14 parser. 2009-08-01 00:37:59 +09:00
smooth smooth: Exclude 16-bit system in invalid pitch/height check. 2009-08-01 00:35:40 +09:00
tools type1: Use size_t variable to pass the string length. 2009-08-01 00:30:16 +09:00
truetype truetype: Extend TrueType GX packed deltas to FT_Offset. 2009-08-01 00:32:19 +09:00
type1 Fix custom cmap for empty Type 1 font (Savannah bug #27294). 2009-09-01 08:10:24 +02:00
type42 Fix custom cmap for empty Type 1 font (Savannah bug #27294). 2009-09-01 08:10:24 +02:00
winfonts XXX_cmap_encoding_char_next() return FT_UInt32 values. 2009-08-01 00:32:09 +09:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00