file new in Git master
Direction.hEnum Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Text
- Text rendering.
Enums
- enum class ShapeDirection: UnsignedByte { Unspecified = 0, LeftToRight = 1, RightToLeft, TopToBottom, BottomToTop } new in Git master
- Direction a text is shaped in.
- enum class LayoutDirection: UnsignedByte { Unspecified = 0, HorizontalTopToBottom = 1, VerticalLeftToRight, VerticalRightToLeft } new in Git master
- Direction a text is laid out in.
Functions
- auto operator<<(Debug& debug, ShapeDirection value) -> Debug&
- Debug output operator.
- auto operator<<(Debug& debug, LayoutDirection value) -> Debug&
- Debug output operator.