[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] How to check if a character has a glyph?
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] How to check if a character has a glyph? |
Date: |
Fri, 06 Jul 2001 14:49:50 +0200 (CEST) |
> Is there any API function to check if a character has a corresponded
> glyph in a font?
No. This is impossible in general. Nevertheless, there are some
conventions. For PS fonts, characters without a corresponding glyph
are mapped to the `.notdef' glyph. Similarly, TrueType fonts use
glyph index 0 to indicate a missing glyph.
Werner