Module agb::display::font

source ·

Structs

  • The text renderer renders a variable width fixed size bitmap font using dynamic tiles as a rendering surface. Does not support any unicode features. For usage see the text_render.rs example
  • Keeps track of the cursor and manages rendered tiles.
  • Generated from the renderer for use with Write trait methods.