freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Re: how can I display accented characters?


From: Robert Brady
Subject: Re: [Freetype] Re: how can I display accented characters?
Date: Mon, 27 Nov 2000 00:45:38 +0000 (GMT)

On Mon, 27 Nov 2000 address@hidden wrote:

> I am rather confused; is there any charmap in the .ttf files from
> Windows that I can use without using iconv to perform the charcode
> tranlation
> 
> Latin-1 -> Unicode

That mapping is 1:1. i.e

int latin1tounicode(int l) {
  return l;
}

It could be there's a type error, try casting your accented problem to
unsigned char before calling FT_Get_Char_Index with it.

-- 
Robert Brady
address@hidden




reply via email to

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