LingDong-/qiji-font

Font family

antfu opened this issue · 2 comments

antfu commented

font.familyname = "QIJIFALLBACK"
font.fontname = "QIJIFALLBACK"
font.fullname= "QIJIFALLBACK"

font.familyname = "QIJIC"
font.fontname = "QIJIC"
font.fullname= "QIJIC"

font.familyname = "QIJI"
font.fontname = "QIJI"
font.fullname= "QIJI"

Should we share them with a common family name while they have different font names and full names? It's something like Helvetica Bold, Helvetica Narrow, Helvetica Conth etc. Users can select the font first then select the variations in GUIs.

Hmm I don't know, I think the three are functionally different things, they're not like variations of the same font.

In the future when we have bold and light versions of the font, then we can put them under the same family name.

I'm thinking one way to make the bold and light faces is perhaps to bias the threshold operation while generating the rasters. Or erode/dilate them afterwards. It's not the "proper" way to do it, but I guess no harm in trying out and see :)

antfu commented

Yeah I think you are right :)