Structs§
- Pixel
Font - An image font as well as the mapping of characters to regions inside it.
- Pixel
Font Bundle - All the components you need to actually render some text using
extol_pixel_font. - Pixel
Font Plugin - Plugin that enables rendering fonts.
- Pixel
Font Set - Set for all systems related to [
SpriteLayerPlugin]. This gets used both in the render app and in the main app. - Pixel
Font Text - Text rendered using an
PixelFont. - Text
Layout - Layout information about a
PixelFontText. This is computed whenever thePixelFontTextis updated or created, so you don’t need to manually manage this.
Functions§
- extract_
text_ sprite - Runs in the render world, generating an
ExtractedSpriteentity for each letter in pixel font text. - update_
pixel_ font_ layout - Update all
TextLayouts whosePixelFontTexthas changed since this system last ran.