[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] Working with TTF files in capitals
From: |
Werner LEMBERG |
Subject: |
Re: [Freetype] Working with TTF files in capitals |
Date: |
Wed, 17 Mar 2004 20:38:22 +0100 (CET) |
> It is just I have noticed a few articles suggesting that fonts with
> capitals on redhat don't work (such as
> http://www.linuxgazette.com/node/view/2390). So is this to do with
> XFS Font Server on redhat - and has nothing to do with TrueType?
> Sorry I get confused about what interacts with what .....
FreeType takes a font file name, opens it, gets a glyph index (or
character code) and renders it. That's all. Everything else is done
by other programs/libraries.
Werner