How to properly do line spacing with multi line text using vsg::Text? #1058
-
Beta Was this translation helpful? Give feedback.
Answered by
robertosfield
Dec 28, 2023
Replies: 1 comment
-
The vsg::TextLayout base class exist to facilitate user defined layouts. The vsg::StandardLayout subclass provides standard way of laying out text glyphs, while not flexibile for your usage case should help provide an example of how one implements layout. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mikalai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The vsg::TextLayout base class exist to facilitate user defined layouts.
The vsg::StandardLayout subclass provides standard way of laying out text glyphs, while not flexibile for your usage case should help provide an example of how one implements layout.