mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-06 03:38:01 +02:00
Minor documentation improvement.
This commit is contained in:
parent
37e193e935
commit
d8a83232af
1 changed files with 6 additions and 1 deletions
|
|
@ -2326,7 +2326,10 @@ FT_BEGIN_HEADER
|
|||
/* FT_Select_Size */
|
||||
/* */
|
||||
/* <Description> */
|
||||
/* Select a bitmap strike. */
|
||||
/* Select a bitmap strike. To be more precise, this function sets */
|
||||
/* the scaling factors of the active @FT_Size object in a face so */
|
||||
/* that bitmaps from this particular strike are taken by */
|
||||
/* @FT_Load_Glyph and friends. */
|
||||
/* */
|
||||
/* <InOut> */
|
||||
/* face :: A handle to a target face object. */
|
||||
|
|
@ -2350,6 +2353,8 @@ FT_BEGIN_HEADER
|
|||
/* same is true for all named instances that are different from the */
|
||||
/* default instance. */
|
||||
/* */
|
||||
/* Don't use this function if you are using the FreeType cache API. */
|
||||
/* */
|
||||
FT_EXPORT( FT_Error )
|
||||
FT_Select_Size( FT_Face face,
|
||||
FT_Int strike_index );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue