Hi,

On Wed, 26 Nov 2008 08:57:47 -0800 (PST)
jameswh77 <[EMAIL PROTECTED]> wrote:
>im using freetype for rendering and its working fine.  however i would like
>to query the list of available sizes which the font has.  for example arial
>has 8,9,10,11,14,16,18 etc etc.  is it possible to enumurate these?  when i
>load arial, the "num_fixed_sizes" is 0.  ive tried enumarating the
>face->sizes_list too, but i cant get any useful data out of this.  

Excuse me, I guess you're asking about how to query
the list of available "bitmap" sizes (in pixel) in
given TrueType font. If so, please check
face->num_fixed_sizes and face->available_sizes.

Regards,
mpsuzuki


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to