[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] Truetype charmap matching algorithm
From: |
stephenfung |
Subject: |
[Devel] Truetype charmap matching algorithm |
Date: |
14 May 2003 17:28:17 +0800 |
I am working on algorithm of
input: unicode of character
output: the glyph of that character (ie the location of that glyph in
TTF, say)
However, as i found in the function of FT_Get_Char_Index
[ftobjs.c (1714)]
result = cmap->clazz->char_index( cmap, charcode );
and i cannot follow the function pointer of char_index any more.
Can anyone tell me the flow of how unicode match with glyph in common
usage?
I have deal with that problem for a few weeks....
THX OF HELP
- [Devel] Truetype charmap matching algorithm,
stephenfung <=