Commit 4820fa19862722663667a28a0fb741b17c440cc5
Right-align wrapped feed ids
cel committed on 1/25/2019, 10:03:48 PMParent: 04bc1183cb84befc323d264801480627dd239ead
Files changed
common.ps | changed |
themes/original.ps | changed |
common.ps | ||
---|---|---|
@@ -30,8 +30,17 @@ | ||
30 | 30 … | } ifelse |
31 | 31 … | } loop |
32 | 32 … | } def |
33 | 33 … | |
34 … | +/id2wrapshow { | |
35 … | + /height exch def | |
36 … | + dup 0 27 getinterval | |
37 … | + dup show | |
38 … | + stringwidth pop neg height neg rmoveto | |
39 … | + ( ) show | |
40 … | + 27 26 getinterval show | |
41 … | +} def | |
42 … | + | |
34 | 43 … | /DrawEPS { |
35 | 44 … | /filename exch def |
36 | 45 … | /z exch def |
37 | 46 … | /bottom exch def |
themes/original.ps | |||
---|---|---|---|
@@ -36,18 +36,18 @@ | |||
36 | 36 … | ||
37 | 37 … | /LiberationMono 8 selectfont | |
38 | 38 … | pub_id | |
39 | 39 … | 16 102 moveto | |
40 | - 27 10 wrapshow | ||
40 … | + 10 id2wrapshow | ||
41 | 41 … | ||
42 | 42 … | /LiberationSans 12 selectfont | |
43 | 43 … | 16 68 moveto | |
44 | 44 … | op_name show | |
45 | 45 … | ||
46 | 46 … | /LiberationMono 8 selectfont | |
47 | 47 … | op_id | |
48 | 48 … | 16 53 moveto | |
49 | - 27 10 wrapshow | ||
49 … | + 10 id2wrapshow | ||
50 | 50 … | ||
51 | 51 … | 180 62 1 3 div | |
52 | 52 … | (rainbow-hermies-strong-border.eps) DrawEPS | |
53 | 53 … |
Built with git-ssb-web