v/vlib/gx/text.v
2025-08-14 17:12:27 +03:00

9 lines
194 B
V

module gx
import gg
// TODO: remove these, and use the enum everywhere
pub const align_left = HorizontalAlign.left
pub const align_right = HorizontalAlign.right
pub type TextCfg = gg.TextCfg