Closed NightFurySL2001 closed 3 years ago
Issue still persist. When opening CL version on Windows 10 21H1, it says: "The requested file ...ttf is not a valid font file." and could not be installed. SC version can be opened normally. This issue is not related to the UPM size (had converted the source font manually, but thank you for adding it in).
It is determined that the name
table of the CL version is missing and thus could not be opened.
Here
"subfamilies": {
"cl": {
"name": "TC"
},
"sc": {
"name": "SC"
}
},
You are assigning TC
name group to cl
subfamily.
I see, thank you.
I am trying to make my own Sarasa UI font from DejaVu Sans, and after days of hinting the CL version came out to be broken, however SC version that is built along seems fine. There are no error reports so I am trying to figure what went wrong.
Here is my
config.json
: config.txtHere are my output font files: sarasa-ui-sc-italic.zip sarasa-ui-sc-regular.zip sarasa-ui-cl-italic.zip sarasa-ui-cl-regular.zip
(omitting bold version)