> > 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!