Hi, 
This is Jun Dai from Prevo Tech. we currently try to development a long term
document solution. Free Type library solves lots of our font problems.
However, I face a challenge trying to load glyph by using glyph index.  When
load a CID font, Free Type will treat the input glyph index as CID value.
The problem is that my glyph index is the index of Charstring in CFF file.  
 
Is there any way I can directly load the glyph index as it is and without
the CID to GID conversion?  I try to turn the FT_FACE_FLAG_CID_KEYED off. It
looks like FT_FACE_FLAG_CID_KEYED doesn't have any impact on the internal
processing. I do hope if you can separate the FT_Load_Glyph into two parts:
one can directly load glyph index as it is and the other load cid value. 
 
I really appreciate the wonderful work of Free Type, hope to hear back from
you soon. 
 
Jun Dai 
Systems Engineer
[email protected]
865-980-7045 

 

_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to