adding documentation comment
This commit is contained in:
parent
55d5a1cbe9
commit
9207e00198
@ -1,3 +1,7 @@
|
||||
2007-01-02 David Turner <david@freetype.org>
|
||||
|
||||
* src/sfnt/sfobjs.c: adding documentation comment
|
||||
|
||||
2006-12-31 Masatake YAMATO <jet@gyve.org>
|
||||
|
||||
* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt0_pairs_validate): New function.
|
||||
|
@ -225,7 +225,15 @@
|
||||
/* all Unicode strings are encoded using UTF-16BE */
|
||||
case TT_MS_ID_UNICODE_CS:
|
||||
case TT_MS_ID_SYMBOL_CS:
|
||||
convert = tt_name_entry_ascii_from_utf16;
|
||||
break;
|
||||
|
||||
case TT_MS_ID_UCS_4:
|
||||
/* apparently, when this value is found in a name table entry,
|
||||
* it is documented as "Full Unicode repertoire". Experience
|
||||
* with the MsGothic shipped with Windows Vista shows that this is
|
||||
* really UTF-16 names (the real UCS-4 is only used for charmaps)
|
||||
*/
|
||||
convert = tt_name_entry_ascii_from_utf16;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user