[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] glyphs bitmap_top and Á,ß,Ä ...
From: |
Werner LEMBERG |
Subject: |
Re: [ft] glyphs bitmap_top and Á,ß,Ä ... |
Date: |
Wed, 18 Feb 2009 19:49:11 +0100 (CET) |
> If I place the glyphs via y - face->glyph.bitmap_top, it works fine
> except with charachters like Á, Ä, ß and so on.
Stand-alone, compilable sample code, please.
> The other thing is, that if I use an otf-font-file, the
> face->height-value is totaly different. With a ttf-font-file a
> linewrap via y + face->height>>6 looks like a 120% linespacing and
> with an otf-font-file every line is placed exactly above the
> previous line.
Well, face->height returns whatever is in the font. Maybe it's a
difference between a CFF wrapped in an SFNT and a plain TTF.
Again, an example code, please.
Werner