Module technology.sola.engine
Package technology.sola.engine.assets.graphics.font
package technology.sola.engine.assets.graphics.font
This package provides classes related to the
Font
asset type.-
ClassDescriptionThe DefaultFont class contains a utility method for creating the default font instance for sola-game-engine.Font is an
Asset
containing the information required to render strings of text for a particular font that has been rasterized into an image.Represents the width and height that a string of text that would be rendered with a particularFont
.FontAssetLoader is anAssetLoader
implementation forFont
s.FontGlyph holds information on a glyph's placement in the rasterizedFont
FontInfo contains all the information needed to render strings for aFont
.FontStyle is an enum of possibleFont
style options.