Fix MinTTY's warning about missing code pages (#980).
This commit is contained in:
parent
055dad305c
commit
fd1cb63c4e
2 changed files with 3 additions and 0 deletions
1
changes/6.1.3.md
Normal file
1
changes/6.1.3.md
Normal file
|
@ -0,0 +1 @@
|
|||
* Fix MinTTY's warning about missing code pages (#980).
|
|
@ -210,6 +210,8 @@ export : define [assignFontNames para font] : begin
|
|||
set font.post.isFixedPitch false
|
||||
|
||||
# Misc
|
||||
set font.os2.ulCodePageRange1 0x2000011f
|
||||
set font.os2.ulCodePageRange2 0xc4000000
|
||||
set font.head.flags : accumulate : list
|
||||
list Ot.Head.Flags.BaseLineYAt0 true
|
||||
list Ot.Head.Flags.LeftSidebearingAtX0 true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue