标签: python fonts spacing true-type-fonts
我正在为OCR应用程序创建一个文本生成器,并希望更改.ttf-Font字符之间的间距(例如,np.random.uniform(0.2,1.2)*default_spacing-不是,只需更改字体的默认间距,例如通过FontForge)。
np.random.uniform(0.2,1.2)*default_spacing
此生成器(https://github.com/Belval/TextRecognitionDataGenerator)具有允许在单词之间使用不同间距的好方法,但是我需要更改字符之间的间距!
这怎么办?有任何想法吗?