如何将 True Type 字体转换为矢量字体

How can I convert a true type font to a vector font

我需要使用 GDscript 中的动态字体功能,为此它需要矢量字体。只要简单明了,我就给人物画了个轮廓。

如何将许多易于阅读的真实类型之一(可能是 Arial)转换为矢量字体?

OpenType / TrueType 字体通常具有矢量轮廓。通常在绘图仪上使用的“矢量字体”(也称为“笔划字体”)有不同的含义,但这似乎不是 GDscript 的 DynamicFont 上下文中的“矢量字体”的含义:

DynamicFont renders vector font files (such as TTF or OTF) dynamically at runtime instead of using a prerendered texture atlas like BitmapFont.

来自https://docs.godotengine.org/en/stable/classes/class_dynamic.font.html