freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FT_Select_Size


From: Werner LEMBERG
Subject: Re: FT_Select_Size
Date: Sun, 25 Feb 2024 05:53:55 +0000 (UTC)

> FT_Select_Size selects a size by an index.
> My question now is: how/where can I see what those sizes are?

Look at the `available_sizes` array in `FT_Face`; the field
`num_fixed_sizes` gives the number of available strikes.

`available_sizes` is mentioned in the documentation of
`FT_Select_Size` – it seems that you've missed that, so I wonder
whether you have a suggestion to improve the documentation...


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]