On Sat, 2005-12-17 at 18:42, Chia-I Wu wrote:
> I suggest the following APIs, making iterator merely an iterator:
>
> /* to iterate... */
> FT_Get_BDF_Iterator( face, &iter );
> while ( FT_Iterare_BDF_Property( face, &iter, &name, &aprop ) )
> {
> /* do something; */
> }
>
> /* to get property count... */
> FT_Get_BDF_Property_Count( face );
Is that really an improvement? It means adding three function calls
instead of one, and it isn't compatible with the List_Iterator either.
_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel