diff options
author | unammx <unammx> | 2001-06-14 20:25:07 +0000 |
---|---|---|
committer | unammx <unammx> | 2001-06-14 20:25:07 +0000 |
commit | be43f12e3fbc85927f3e0ae7517d4ea0deebd77c (patch) | |
tree | 771fcc5c4db8746d9ae6db61e6dee100ecbef0cc /Makefile.am | |
parent | b22e7108d804624183facbd193c917d0c94d5d77 (diff) |
2001-06-14 Arturo Espinosa Aldama <arturo@ximian.com>
* font.pl.in (regexp_cmp_foreach): helper.
(xst_font_info_get_foundry_from_notice): Deduct foundry from copyright.
(xst_font_info_get_setwidth_from_label): Deduct setwidth from font name.
(xst_font_info_deduct_extras): From the information obtained, try to
find implicit info.
(xst_font_info_get_from_afm_buff): Parse an afm buffer, return font_info.
(xst_font_info_get_from_afm_str): Split string in \n, parse buffer.
(xst_font_info_get_from_afm): Read file into buffer, parse.
(xst_font_info_get_from_ttf2pt1): Run ttf2pt1 -A, pipe into buffer, parse.
(namerec_value): Helper for ttf routines.
(xst_font_info_get_from_ttf): Use Font::TTF to get font_info from ttf.
(xst_font_info_to_fontdir): Return fontdir line from font_info.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eb14951..2ff3463 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,8 @@ PERLBODY = \ debug.pl.in \ print.pl.in \ share.pl.in \ - x.pl.in + x.pl.in \ + font.pl.in perl_libs = \ |