[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] turkish fonts
From: |
David Turner |
Subject: |
Re: [Freetype] turkish fonts |
Date: |
Thu, 16 Jan 2003 13:03:30 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910 |
Hi Alper,
Alper AkXan wrote:
Hi,
I use ft_encoding_unicode as a parametre, but I could not manage to
show Turkish characters, I, Þ and Ð. Ü, Ç, Ö is ok.
What should I do?
Hummmm... a common problem comes from the fact that "char" is signed
with certain compilers, hence a call like:
will always set gindex to 0 for all non-ASCII characters (since they
correspond to *p < 0)
is this the case ??
Thanks for reply,
But I think that is not the case, becouse I use,
unsigned char chr;
Ok, then what does your code look like ? what fonts do you use ?
do the characters show up with "ftview". Can you display them
with "ftstring" when changing the default message in the sources
or with the "-m" command line flag ?? What do you "see" in place
of the "missing" glyphs (small squares, nothing, something different) ?
more information is needed to help you..
Regards,
- David Turner
- The FreeType Project (www.freetype.org)
Alper.
_________________________________________________________________
The new MSN 8 is here: Try it free* for 2 months
http://join.msn.com/?page=dept/dialup
_______________________________________________
Freetype mailing list
address@hidden
http://www.freetype.org/mailman/listinfo/freetype