package
0.1.1
Repository: https://github.com/go-text/typesetting.git
Documentation: pkg.go.dev

# README

di

di is a library that converts bi-directional text into uni-directional text

# Constants

DirectionBTT is for Bottom-to-Top text.
DirectionLTR is for Left-to-Right text.
DirectionRTL is for Right-to-Left text.
DirectionTTB is for Top-to-Bottom text.
FromTopLeft indicates text in which a reader starts reading at the top left corner of the text and moves away from it.
No description provided by the author
TowardTopLeft indicates text in which a reader starts reading at the opposite end of the text's Axis from the top left corner and moves towards it.
No description provided by the author

# Type aliases

Axis indicates the axis of layout for a piece of text.
Direction indicates the layout direction of a piece of text.
Progression indicates how text is read within its Axis relative to the top left corner.