freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Re: [ft] Creating an [OT]TF font from BDF font


From: George Williams
Subject: Re: [ft-devel] Re: [ft] Creating an [OT]TF font from BDF font
Date: 18 Dec 2005 06:46:05 -0800

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]