1
0
Fork 0
zenolith/src/attreebutes/CurrentFont.zig
2023-11-26 14:01:22 +01:00

6 lines
224 B
Zig

//! This attreebute may be used in a widget that needs to render text to chose a font to pass to the
//! painter. A user should set this if text rendering is required.
const Font = @import("../font.zig").Font;
font: *Font,