Re: FT_Select_Size
folkert <[email protected]> Sun, 25 Feb 2024 11:12:33 +0100
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <ZdsSkbHK1/[email protected]> |
> > 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. Thank you > `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... Personally I would add a get-function to provide this information. I was also looking for a function-call and not something part of a structure. regards!