mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
8 lines
133 B
V
8 lines
133 B
V
module gx
|
|
|
|
import fontstash as _
|
|
import gg
|
|
|
|
pub type HorizontalAlign = gg.HorizontalAlign
|
|
|
|
pub type VerticalAlign = gg.VerticalAlign
|