be5invis / Sarasa-Gothic

Sarasa Gothic / 更纱黑体 / 更紗黑體 / 更紗ゴシック / 사라사 고딕
SIL Open Font License 1.1
10.12k stars 368 forks source link

CL build fail #262

Closed NightFurySL2001 closed 3 years ago

NightFurySL2001 commented 3 years ago

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.txt

Here 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)

NightFurySL2001 commented 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).

NightFurySL2001 commented 3 years ago

It is determined that the name table of the CL version is missing and thus could not be opened.

be5invis commented 3 years ago

Here

"subfamilies": {
        "cl": {
            "name": "TC"
        },
        "sc": {
            "name": "SC"
        }
    },

You are assigning TC name group to cl subfamily.

NightFurySL2001 commented 3 years ago

I see, thank you.