diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-07-10 06:32:08 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-07-10 06:32:08 +0000 |
commit | 5e1c96bef29aeaaaa4c1aabb42336268c73ee974 (patch) | |
tree | acd80f1e7d52fed4cf7d05c21e424522e09c679e /Build/source/texk/web2c/omegafonts/char_routines.c | |
parent | cbf0cc3c7b8923fabed4e5d9625b6bf5cea9f4ab (diff) |
omegafonts: More char codes from Supplementary Unicode Planes
git-svn-id: svn://tug.org/texlive/trunk@34563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/char_routines.c')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/char_routines.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/char_routines.c b/Build/source/texk/web2c/omegafonts/char_routines.c index b7e65d2377c..5f7678a7313 100644 --- a/Build/source/texk/web2c/omegafonts/char_routines.c +++ b/Build/source/texk/web2c/omegafonts/char_routines.c @@ -222,6 +222,9 @@ output_ovf_chars(void) FOR_ALL_EXISTING_CHARACTERS( unsigned c = plane*PLANE + index; + + if ((entry->indices[C_WD] == NULL) || (entry->indices[C_WD]->index == 0)) + continue; wd = lval(entry->indices[C_WD]); if (design_units != UNITY) wd = zround(((double)wd) / ((double)design_units) * 1048576.0); |