Werner Lemberg pushed to branch master at FreeType / FreeType
Commits:
-
ec378cec
by Werner Lemberg at 2024-08-07T21:23:44+02:00
1 changed file:
Changes:
... | ... | @@ -838,8 +838,9 @@ FT_BEGIN_HEADER |
838 | 838 | * The target charmap.
|
839 | 839 | *
|
840 | 840 | * @return:
|
841 | - * The format of `charmap`. If `charmap` doesn't belong to an SFNT face,
|
|
842 | - * return -1.
|
|
841 | + * The format of `charmap`. If `charmap` doesn't belong to an SFNT face
|
|
842 | + * (including the synthetic Unicode charmap sometimes created by
|
|
843 | + * FreeType), return -1.
|
|
843 | 844 | */
|
844 | 845 | FT_EXPORT( FT_Long )
|
845 | 846 | FT_Get_CMap_Format( FT_CharMap charmap );
|