modulepackage
0.0.0-20211217145019-a9b8b5ad1d7c
Repository: https://github.com/go-text/shaping.git
Documentation: pkg.go.dev
# README
This repo has been merged into typesetting.
shaping
This text shaping library is shared by multiple Go UI toolkits including Fyne, and GIO.
# Functions
Shape turns an input into an output.
# Structs
Bounds describes the minor-axis bounds of a line of text.
Glyph describes the attributes of a single glyph from a single font face in a shaped output.
No description provided by the author
InvalidRunError represents an invalid run of text, either because the end is before the start or because start or end is greater than the length.
MissingGlyphError indicates that the font used in shaping did not have a glyph needed to complete the shaping.
Output describes the dimensions and content of shaped text.
UnimplementedDirectionError is returned when a function does not support the provided layout direction yet.
# Interfaces
No description provided by the author