mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 19:28:00 +02:00
Improve comment.
This commit is contained in:
parent
29bca65dda
commit
b1d97810c9
1 changed files with 3 additions and 3 deletions
|
|
@ -678,9 +678,9 @@ FT_BEGIN_HEADER
|
|||
* }
|
||||
*
|
||||
* Note that structures like @TT_Header or @TT_OS2 can't be used with
|
||||
* this function; the are limited to @FT_Get_Sfnt_Table. Reason is that
|
||||
* the size of those structures may vary depending on the processor
|
||||
* architecture (e.g. 32bit vs. 64bit or big endian vs. little endian).
|
||||
* this function; they are limited to @FT_Get_Sfnt_Table. Reason is that
|
||||
* those structures depend on the processor architecture, with varying
|
||||
* size (e.g. 32bit vs. 64bit) or order (big endian vs. little endian).
|
||||
*
|
||||
*/
|
||||
FT_EXPORT( FT_Error )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue