mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
fontsrv: omit box-drawing characters from line struts on macOS
For some fonts, using box-drawing characters in the representative text for computing the line height results in it being uncomfortably high. Replace them with accented capitals and tall lower-case letters which lead to a more conservative increase in the line height. Fixes #162.
This commit is contained in:
parent
03a8ec739a
commit
df2d9ec9d1
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ static char *lines[] = {
|
|||
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
"abcdefghijklmnopqrstuvwxyz",
|
||||
"g",
|
||||
"┌┬┐├┼┤└┴┘│─",
|
||||
"ÁĂÇÂÄĊÀČĀĄÅÃĥľƒ",
|
||||
"ὕαλον ϕαγεῖν δύναμαι· τοῦτο οὔ με βλάπτει.",
|
||||
"私はガラスを食べられます。それは私を傷つけません。",
|
||||
"Aš galiu valgyti stiklą ir jis manęs nežeidžia",
|
||||
|
|
Loading…
Reference in a new issue