Crate extol_pixel_font

Crate extol_pixel_font 

Source

Structs§

PixelFont
An image font as well as the mapping of characters to regions inside it.
PixelFontBundle
All the components you need to actually render some text using extol_pixel_font.
PixelFontPlugin
Plugin that enables rendering fonts.
PixelFontSet
Set for all systems related to [SpriteLayerPlugin]. This gets used both in the render app and in the main app.
PixelFontText
Text rendered using an PixelFont.
TextLayout
Layout information about a PixelFontText. This is computed whenever the PixelFontText is updated or created, so you don’t need to manually manage this.

Functions§

extract_text_sprite
Runs in the render world, generating an ExtractedSprite entity for each letter in pixel font text.
update_pixel_font_layout
Update all TextLayouts whose PixelFontText has changed since this system last ran.