moving the Type 1 CMap support to "psaux"

This commit is contained in:
David Turner 2002-03-21 10:39:23 +00:00
parent d19bd8003f
commit 143e31bf6b
2 changed files with 1 additions and 5 deletions

View File

@ -73,9 +73,8 @@
FT_UInt32 *pchar_code )
{
FT_UInt result = 0;
FT_UInt32 char_code = *pchar_code;
FT_UInt32 char_code = *pchar_code + 1;
++char_code;
while ( char_code < 256 )
{
result = t1_cmap_standard_char_index( cmap, char_code );
@ -409,6 +408,3 @@
t1_cmap_unicode_char_index,
t1_cmap_unicode_char_next
};