From 9729640fed28902d1af28eea4b78574d3e0f7ab8 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 23 Dec 2008 02:54:42 +0000 Subject: [PATCH] (update_seq_area): Call OTF_drive_cmap. --- example/otfview.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/otfview.c b/example/otfview.c index 464037a..d8b8720 100644 --- a/example/otfview.c +++ b/example/otfview.c @@ -322,6 +322,7 @@ update_seq_area () char *str; OTF_drive_gdef (otf, &gstring); + OTF_drive_cmap (otf, &gstring); if (otf->gsub) { str = get_features (&otf->gsub->FeatureList, &gsub); -- 1.7.10.4