freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Non ASCII font file questions


From: Werner LEMBERG
Subject: Re: [Devel] Non ASCII font file questions
Date: Thu, 18 Jan 2001 21:02:21 +0100 (CET)

[I'm talking about FreeType 2.]

> In the documentation for the 'name' table of a TrueType font file,
> it says that the name field may not be ASCII.
>     (see: http://fonts.apple.com/TTRefMan/RM06/Chap6name.html
> 
> 1) Does the freetype library handle those non-ASCII names?

Yes and no.  You'll get byte-wide strings which you have to interpret
by yourself.

> 2) How relevant is that field to the font family name?

AFAIK, it only gives additional user information.

> 3) Will freetype handle a font file that has a multibyte or wide char
>    file name?

By default, the ANSI C library is used (i.e. fopen() and friends), but
it is easy to replace it with something different in case you have
special needs.


    Werner



reply via email to

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