> 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
