mirror of https://github.com/freetype/freetype
tttables.h (FT_Get_CMap_Format): Minor documentation improvement.
This commit is contained in:
parent
1f72a120a9
commit
ec378cecaf
|
@ -838,8 +838,9 @@ FT_BEGIN_HEADER
|
|||
* The target charmap.
|
||||
*
|
||||
* @return:
|
||||
* The format of `charmap`. If `charmap` doesn't belong to an SFNT face,
|
||||
* return -1.
|
||||
* The format of `charmap`. If `charmap` doesn't belong to an SFNT face
|
||||
* (including the synthetic Unicode charmap sometimes created by
|
||||
* FreeType), return -1.
|
||||
*/
|
||||
FT_EXPORT( FT_Long )
|
||||
FT_Get_CMap_Format( FT_CharMap charmap );
|
||||
|
|
Loading…
Reference in New Issue