6#include "TTauri/Cells/ImageCell.hpp"
7#include "TTauri/Text/FontGlyphIDs.hpp"
8#include "TTauri/Foundation/aarect.hpp"
14 mutable aarect boundingBox;
24 void draw(
DrawContext const &drawContext,
aarect rectangle, Alignment alignment,
float middle)
const noexcept override;
Definition GlyphCell.hpp:12
void draw(DrawContext const &drawContext, aarect rectangle, Alignment alignment, float middle) const noexcept override
Draw the cell.
Definition ImageCell.hpp:10
Class which represents an axis-aligned rectangle.
Definition aarect.hpp:13
Draw context for drawing using the TTauri shaders.
Definition DrawContext.hpp:30
Definition FontGlyphIDs.hpp:77