package
1.20.0
Repository: https://github.com/owncloud/ocis.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Create a new FontLoader based on the fontMapFile.
Create a new TextAnalyzer.

# Variables

The default mergeMap containing info for the japanese scripts.
Default list of scripts to be analyzed within the string.

# Structs

Analysis options.
Represents a FontLoader.
FontMap maps a script with the target font to be used for that script It also uses a DefaultFont in case there isn't a matching script in the map For cases like Japanese where multiple scripts are used, we rely on the text analyzer to use the script which is unique to japanese (Hiragana or Katakana) even if it has to overwrite the "official" detected script (Han).
It contains the location of the loaded file (in FLoc) and the FontMap loaded from the file.
No description provided by the author
No description provided by the author
It contains the location of the font used, and the loaded face (font.Face) ready to be used.
A script range.
The result of a text analysis.
The TextAnalyzer object contains private members.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Convenient map[string]map[string]string type used to merge multiple scripts into one.