UniType-用于golang的truetype字体库。
该库设计用于解析和编辑TrueType字体。 与UniPDF一起使用,可用于设置在PDF文件中使用的字体的子集。
包含用于有用操作的CLI:
$ ./truecli
truecli - TrueCLI
Usage:
truecli [command]
Available Commands:
help Help about any command
info Get font file info
Cyotek FontDialog
您见过这样的异常吗?
System.ArgumentException: Only TrueType fonts are supported. This is not a TrueType font.
at System.Drawing.Font.FromLogFont(Object lf, IntPtr hdc)
at System.Windows.Forms.FontDialog.UpdateFont(LOGFONT lf)
at Syst