afm top space uses Ascent instead of CapHeight
svn: r872
This commit is contained in:
parent
29c9c7d0dd
commit
f957d1ffa9
|
@ -252,7 +252,7 @@
|
||||||
[r (read i)]
|
[r (read i)]
|
||||||
[b (read i)])
|
[b (read i)])
|
||||||
(set! bbox-down t))]
|
(set! bbox-down t))]
|
||||||
[(capheight) (set! cap-height (read i))]
|
[(ascender) (set! cap-height (read i))]
|
||||||
[(characterset) (let ([m (regexp-match #rx#"[a-zA-Z_0-9-]+" (read-bytes-line i))])
|
[(characterset) (let ([m (regexp-match #rx#"[a-zA-Z_0-9-]+" (read-bytes-line i))])
|
||||||
(when m
|
(when m
|
||||||
(set! char-set-name (car m))
|
(set! char-set-name (car m))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user