v/vlib/gx/text.v

12 lines
294 B
V

@[deprecated: 'module gx is deprecated, use `import gg` instead']
@[deprecated_after: '2026-01-24']
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