Open Mercury13 opened 3 years ago
@simoncozens @punchcutter while we have TTFs in https://github.com/googlefonts/noto-cjk/tree/main/Sans/Variable/TTF now, we don't have static TTFs available. I got another user request for these today, and I wonder if there's any concerns about adding a simple fonttools instancer command line to the README of that folder to explain how people motivated can get what they need?
@davelab6 Fine with me.
Need TTF because of strange bug: Qt temporarily installs from memory data TTF and TTC only, and I need to binary-hack them because of another bug: preexisting font is stronger than temporary installed one, so I need a unique name. And Windows 7 does not install TTC. All ways of extracting TTF from TTC I found on Internet did not work.