diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-11-18 23:02:23 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-11-18 23:02:23 +0000 |
commit | c659cb200486c2f908703696a1b2873e78c8160a (patch) | |
tree | 8fbc2ad04dda7f77f91d608bd9b09f176182935d /lily/afm.cc | |
parent | fe6b181832f78629fc2285dc1d23dccc7373e9ec (diff) |
* configure.in: Test for and accept lmodern if EC fonts not found.
* Debian lmodern support.
* scm/framework-tex.scm (font-load-command): TeX font name
mangling for latin1 encoded cork-lm fonts.
(convert-to-ps): Load lm.map if available.
* ly/paper-defaults.ly: Use cork-lm encoding if ec is not
available.
* scm/encoding.scm (coding-alist): Add cork-lm encoding.
* scm/font.scm: Add header. Autoload cork-lm and ec fonts if
available.
* lily/kpath.cc (ly_kpathsea_find_file): Rename. Do not use
path for absolute file name, that is silly.
* lily/score-engraver.cc (initialize):
Diffstat (limited to 'lily/afm.cc')
-rw-r--r-- | lily/afm.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lily/afm.cc b/lily/afm.cc index c92433bd1a..ccb0562c1e 100644 --- a/lily/afm.cc +++ b/lily/afm.cc @@ -7,11 +7,12 @@ */ -#include <string.h> +#include "afm.hh" + +#include <cstring> #include "warn.hh" #include "libc-extension.hh" -#include "afm.hh" #include "dimensions.hh" Adobe_font_metric::Adobe_font_metric (AFM_Font_info *fi) |