freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Internationalization question


From: Werner LEMBERG
Subject: Re: [Freetype] Internationalization question
Date: Thu, 16 Nov 2000 00:17:12 +0100 (CET)

> If I have a font file in a directory path which includes multibyte
> characters, will calls to FT_New_Face() handle the path string?
> Does the string need to be in UTF-8 format or what is best there?
> Are there differences that I need to be aware of between WinNT and
> Unix specifically relating to freetype2?

The font path is a char* string, and we use fopen() by default.  There
is no interpretation by FreeType itself.  If this is sufficient for
you, you can use it directly.  If not, you have to provide a
platform-specific FT_New_Stream() function in ftsystem.c.


    Werner



reply via email to

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