9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.64k stars 326 forks source link

fontsrv: served font files have wrong height and ascent #429

Closed jxy closed 2 years ago

jxy commented 4 years ago
% fontsrv &
% 9p read font/GoMono/16a/font|sed 1q
         19          14
% 9p read font/GoMono/36a/font|sed 1q
         19          14

compared to

% fontsrv -p GoMono/16a/font|sed 1q
         19          14
% fontsrv -p GoMono/36a/font|sed 1q
         43          34