freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] how to cope with bitmap glyphs?


From: George Williams
Subject: Re: [Devel] how to cope with bitmap glyphs?
Date: 07 Apr 2004 10:44:48 -0700

On Tue, 2004-04-06 at 20:19, 沈 狼 wrote:
> hi, all
>    it seems in a true type font file, there is only 3 tables relate to 
> bitmap glyphs.
> 
>    I want to know when will I use the bitmap info to render it on a device? 
> is there other tables I missed? thanks
Well there are a variety of tables that could relate to bitmaps
   GSUB  to tell you when to use ligature glyphs, etc.
   GPOS  to tell you about kerning, etc.

But the data describing the glyph images themselves are in
   EBLC         (bloc on a mac)
   EBDT         (bdat on a mac)
While
   EBSC
says when to substitute one strike for another.




reply via email to

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