yizhiwang96 / deepvecfont

[SIGGRAPH Asia 2021] DeepVecFont: Synthesizing High-quality Vector Fonts via Dual-modality Learning
MIT License
182 stars 31 forks source link

Can the generated svg sequences from the network be used to generate a font directly for use? #15

Closed Kiode closed 2 years ago

Kiode commented 2 years ago

Can the generated svg sequences from the network be used to generate a font file (e.g., .ttf file) directly for use? Will the font size and other factors affect the visual effect in actual use?

yizhiwang96 commented 2 years ago

Hi Kiode, I think there are some tools that can convert SVGs into TTF files. An issue could be Ethics of AI. I'm not sure if the results can be used as commercial uses. Another issue is that our results are not so perfect as human-designed (for example, small round corners tend to lose smothness after doing refinement).

Kiode commented 2 years ago

Thank you for your kind reply. I'm not looking for commercial use, just curious if the generated SVG files will throw errors when converted to TTF files.