TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
-
Updated
Aug 3, 2021 - TypeScript
TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
A justification algorithm specifically designed for monospace environments like terminal emulators and text editors.
A text editor with an html ui (runs on browser) to demonstrate text justification algorithms
Solving the optimal text layout problem (Text Justification) by minimizing the sum of squared spaces at the end of lines. Compares greedy, top-down recursive with memoization, and bottom-up dynamic programming approaches.
Add a description, image, and links to the text-justification topic page so that developers can more easily learn about it.
To associate your repository with the text-justification topic, visit your repo's landing page and select "manage topics."