> I'd like to be able to know when Freetype will use a strike size for
> an FT_Face after the size has been specified. This will let me
> select monochrome rendering for any glyphs which don't happen to
> have bitmaps in the strike.  [...]
> 
> I'd much rather just get the strike_index somehow and check for !=
> 0xffff.  Would that be a reasonable API to add?
> 
>   FT_UInt
>   FT_Get_Strike_Index (FT_Face face);
> 
> return -1 for not using any strike, otherwise the index into the
> available_sizes array.

Looks fine.  Can you provide a patch which implements that?


    Werner


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

Reply via email to