Added entry for function is_alpha. Code now makes `-' a valid

alphanumeric character.
This commit is contained in:
Tom Kacvinsky 2001-02-07 03:48:24 +00:00
parent b3e3a77c2d
commit 02a16fba39
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
added a units_per_em member to facilitate passing of units_per_em
from function cff_parse_font_matrix.
* src/type1/t1load.c (is_alpha): Make `-' a legal alphanumeric
character. This is so that font names with `-' are fully parsed,
etc...
2001-02-02 Werner Lemberg <wl@gnu.org>
* src/psaux/psobjs.c (shift_elements): Remove if clause (which is