freetype
[Top][All Lists]
Advanced

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

[ft] Vertical Font, X Bearing


From: Paresh Deshmukh
Subject: [ft] Vertical Font, X Bearing
Date: Mon, 4 Sep 2006 11:37:31 UT

Hi,

This is wrf to mail

From: Chia-I Wu
Subject: Re: Re: [ft] Vertical Font, X Bearing
Date: Sun, 28 May 2006 08:52:50 +0800
User-agent: Mutt/1.5.11+cvs20060403

And

From: Werner LEMBERG
Subject: Re: [ft] Vertical Font, X Bearing
Date: Sun, 28 May 2006 07:41:56 +0200 (CEST)

Please confirm whether this bug is fixed (with Release or CVS version) or not or
planned to fix in near future? If this bug is not fixed can freetype team help
us to fix this bug?


Thanks & Regards
Paresh



Following is the root query.
From: Paresh Deshmukh
Subject: [ft] Vertical Font, X Bearing
Date: Fri, 26 May 2006 13:11:56 UT

Hi,

I don't know whether its a bug with freetype or my approch for vertical font
layout is wrong.
I am code given with tutorial-1. Only change is line
"FT_Load_Char( face, text[n], FT_LOAD_VERTICAL_LAYOUT | FT_LOAD_RENDER);"

Out put is as follows.

For char A:
slot->bitmap_left 301
slot->bitmap_top 314
slot->advance.x 0
slot->advance.y 3200
For char b:
slot->bitmap_left 302
slot->bitmap_top 266
slot->advance.x 0
slot->advance.y 3200
For char g:
slot->bitmap_left 304
slot->bitmap_top 203
slot->advance.x 0
slot->advance.y 3200
For char q:
slot->bitmap_left 303
slot->bitmap_top 153
slot->advance.x 0
slot->advance.y 3200
For char R:
slot->bitmap_left 302
slot->bitmap_top 114
slot->advance.x 0
slot->advance.y 3200

Please tell me why I am getting positive X bearing for vertical font with angle
zero.
Other Info:
Freetype 2.2.1
font file: msmincho.ttc

Thanks & Regards
Paresh





reply via email to

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