diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2002-05-21 22:39:24 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2002-05-21 22:39:24 +0000 |
commit | e06685f65cfb6d62fbffdbb883639849c67de159 (patch) | |
tree | d69c57f0d7d6fc3c968a7897f3cfea00f877662b /lily/afm.cc | |
parent | 286fcad779ede8a2d08ce42842f7ae0ae1df74cb (diff) |
input/bugs cleanup
Diffstat (limited to 'lily/afm.cc')
-rw-r--r-- | lily/afm.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lily/afm.cc b/lily/afm.cc index 1c760a1813..dc5c551968 100644 --- a/lily/afm.cc +++ b/lily/afm.cc @@ -83,7 +83,8 @@ Adobe_font_metric::find_char_metric (String nm, bool warn) const int Adobe_font_metric::count () const { - return ascii_to_metric_idx_.size (); + return font_inf_->numOfChars ; + // return ascii_to_metric_idx_.size (); } Box |