[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Apple's 'gvar' table and friends
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Apple's 'gvar' table and friends |
Date: |
Sat, 27 Mar 2004 08:05:31 +0100 (CET) |
> Perhaps better would be to define two new functions in ftmm.h (and
> extend the service in svmm.h) to include two new functions:
>
> FT_Get_Variation_Master( FT_Face face,
> FT_Variation_Master *amaster );
>
> which returns a structure very similar to FT_Multi_Master, but with
> some additional fields and using FT_Fixed instead of FT_Long
>
> FT_Set_Var_Design_Coordinates( FT_Face face,
> FT_UInt num_coords,
> FT_Fixed* coords );
This looks fine. I only wonder whether it wouldn't be better to
create ftvar.h and svvar.h -- I leave this up to you.
Werner