mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
9 lines
194 B
V
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
|