From: Ian Jackson Date: Sun, 24 Apr 2016 21:51:19 +0000 (+0100) Subject: Process `10x20' too. (It was shifted down a pixel during the conversion; we don... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=xfonts-traditional.git;a=commitdiff_plain;h=4598cd849be638121de345518d94aad9d0c2f742 Process `10x20' too. (It was shifted down a pixel during the conversion; we don't undo this, yet. So far, we just fix the quotes.) --- diff --git a/debian/changelog b/debian/changelog index fd36902..7cfe41f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ xfonts-traditional (1.7.2~~iwj) UNRELEASED; urgency=medium * mkrules keys the rules key off `bad' rather than `good' (since some fonts have different metrics before and after!) * In copyright file, more clearly annotate the two copyright files. + * Process `10x20' too. (It was shifted down a pixel during the + conversion; we don't undo this, yet. So far, we just fix the quotes.) -- Ian Jackson Sun, 24 Apr 2016 22:07:21 +0100 diff --git a/specs b/specs index f7e8a12..d3ed967 100644 --- a/specs +++ b/specs @@ -33,4 +33,16 @@ verbatim if ($props{' 7bit'}) { entire ` ' verbatim } +pcf 10x20 +rules Trad + +verbatim if ($props{' 7bit'}) { +# below was generated by +# entire ` ' +# and then edited to shift the replacement characters down like +# the rest of the font (!) +verbatim s/^0000;0000;0000;1800;0C00;0600;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000$/0000;0000;0000;3C00;1C00;0600;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000/; # ` +verbatim s/^0000;0000;0000;0C00;0C00;0C00;0C00;0800;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000$/0000;0000;0000;0F00;0E00;1800;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000;0000/; # ' +verbatim } + endrules