|
From: | Derek Clegg |
Subject: | Re: [ft-devel] Convert glyphs to/from CIDs? |
Date: | Wed, 25 Jun 2008 14:56:08 -0700 |
On Jun 25, 2008, at 2:43 PM, address@hidden wrote:
Sorry, I should have been clearer. I am working with OpenType CID fonts which contain CFF glyph outlines. (For example, one such font is /System/Library/Fonts/ヒラギノ明朝 ProN W6.otf which is part of Mac OS 10.5.) In my case, I need to work with the OpenType tables directly, but these are all keyed by glyph index. Here, "glyph index" is a simple enumeration of all the glyphs in the font. Often, "glyph index" is the same as the CID, but for subset fonts, it doesn't need to be. I need a way to map from CID, which is what FreeType uses in FT_Load_Glyph, to the glyph index, which is what the internal OpenType tables use. Derek |
[Prev in Thread] | Current Thread | [Next in Thread] |