[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] How to obtain the information in Vhea table(TTF)?
From: |
yandongyao |
Subject: |
Re: [Freetype] How to obtain the information in Vhea table(TTF)? |
Date: |
13 May 2004 11:06:06 +0800 |
sorry! I found that TT_VertHeader can access vhea table.
?? 2004-05-12 ?? ?? 17:43?? yandongyao ??????
> Hi:
> I want to get the Vhea(TTF) talbe's information,such as ascent,
> descent. But I can't find which freetype's API can do this job.
> And I look at the Freetype's source code, I found the metrics(such as
> ascender, descender, height,max_advance) information in FT_Face,
> FT_Size_Metrics come from TTF's head, hhea table, and freetype does not
> consider vhea table at all. If this is true, I think we will meet with
> problems when display text vertically.
> Is this true? Thank you very much!
>
>
> _______________________________________________
> Freetype mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/freetype
>