mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 19:18:02 +02:00
removed incorrect comment
This commit is contained in:
parent
be574d8119
commit
b67dd2d4be
1 changed files with 1 additions and 4 deletions
|
|
@ -563,12 +563,9 @@
|
|||
/* The table is owned by the face object and disappears with it. */
|
||||
/* */
|
||||
/* This function is only useful to access SFNT tables that are loaded */
|
||||
/* by the sfnt/truetype/opentype drivers. See FT_Sfnt_tag for a */
|
||||
/* by the sfnt/truetype/opentype drivers. See FT_Sfnt_Tag for a */
|
||||
/* list. */
|
||||
/* */
|
||||
/* You can load any table using the (internal) SFNT_Interface */
|
||||
/* structure -- this is available via FT_Get_Module_Interface(). */
|
||||
/* */
|
||||
FT_EXPORT( void* ) FT_Get_Sfnt_Table( FT_Face face,
|
||||
FT_Sfnt_Tag tag );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue