v / vlib / gx / text.c.v
10 lines · 7 sloc · 231 bytes · 3ffc951cf555dc4818309a507ccb9d0da4de748f
Raw
1@[deprecated: 'module gx is deprecated, use import gg instead']
2@[deprecated_after: '2026-01-24']
3module gx
4
5import fontstash as _
6import gg
7
8pub type HorizontalAlign = gg.HorizontalAlign
9
10pub type VerticalAlign = gg.VerticalAlign
11