Searched defs:TextDrawingBackend (Results 1 – 1 of 1) sorted by relevance
53 pub struct TextDrawingBackend(Vec<PixelState>); struct55 impl DrawingBackend for TextDrawingBackend { implementation