ResourceImporterBMFont
继承: ResourceImporter < RefCounted < Object
导入 BMFont(.fnt
)格式的位图字体。
描述
BMFont 格式是由 BMFont 程序创建的格式。也存在许多与 BMFont 兼容的程序,例如 BMGlyph。
与 ResourceImporterImageFont 相比,ResourceImporterBMFont 能够支持不同字形宽高的位图字体。
另见 ResourceImporterDynamicFont。
教程
属性
| ||
| ||
|
属性说明
bool compress = true
如果为 true
,则会对得到的字体使用无损压缩。
Array fallbacks = []
回退字体列表,在这个位图字体中未找到某个字形时使用。优先尝试靠前的字体。
int scaling_mode = 2
字体缩放模式。
© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7
.
Built with Sphinx using a theme provided by Read the Docs.