Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
ResourceImporterBMFont¶
Inherits: ResourceImporter < RefCounted < Object
Imports a bitmap font in the BMFont (.fnt
) format.
Description¶
The BMFont format is a format created by the BMFont program. Many BMFont-compatible programs also exist, like BMGlyph.
Compared to ResourceImporterImageFont, ResourceImporterBMFont supports bitmap fonts with varying glyph widths/heights.
See also ResourceImporterDynamicFont.
Tutorials¶
Properties¶
|
||
|
||
|
Property Descriptions¶
If true
, uses lossless compression for the resulting font.
List of font fallbacks to use if a glyph isn't found in this bitmap font. Fonts at the beginning of the array are attempted first.
Font scaling mode.