Returns a reference handle for this resource.
Determines if the resource is destroyed.
Returns the meta data of this resource.
Name of the resource. Use primarily for easier identification and not important to the engine itself.
Returns font data for a specific font size. In the case the font is dynamic, this method will not create new data for the given size. Use GetOrCreateData instead.
Size of the font in points.
OptionalisLinearlyScaled: booleanWhether or not the font should use linear advancing for glyphs, instead of pixel aligned values.
Data object if it exists, false otherwise.
Returns font data for a specific font size. If no such data exists and the font IsDynamic() new data will be created. If the font is not dynamic, the nearest baked font data will be returned.
Size of the font in points.
OptionalisLinearlyScaled: booleanWhether or not the font should use linear advancing for glyphs, instead of pixel aligned values.
An existing Data object if it exists or a newly created one.
Returns font data for a specific font size. If no such data exists and the font IsDynamic() new data will be created.
Size of the font in points.
OptionalisLinearlyScaled: booleanWhether or not the font should use linear advancing for glyphs, instead of pixel aligned values.
An existing Data object if it exists or a newly created one.
Gets the list of bitmap texture pages.
Font resource containing data about textual characters and how to render text. Contains one or multiple font bitmaps, each for a specific size.