mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 20:28:02 +02:00
moving the Type 1 CMap support to "psaux"
This commit is contained in:
parent
d19bd8003f
commit
143e31bf6b
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue