Font family
antfu opened this issue · 2 comments
qiji-font/fallback/forge_font.py
Lines 14 to 16 in f2964e5
qiji-font/fallback/forge_combined.py
Lines 14 to 16 in f2964e5
qiji-font/workflow/forge_font.py
Lines 17 to 19 in f2964e5
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 :)
Yeah I think you are right :)