Crate harfbuzz_traits

Source
Expand description

§harfbuzz-traits

This crate provides traits for the harfbuzz crate that can be implememted without depending on HarfBuzz itself.

Enums§

GeneralCategory
A general category value. Equivalent to hb_unicode_general_category_t.

Traits§

CombiningClassFunc
An object to map from code points to combining classes.
ComposeFunc
An object to compose two characters.
DecomposeFunc
An object to decompose a character.
GeneralCategoryFunc
An object to map from code points to general category properties.
MirroringFunc
An object to map from code points to mirrored code points.
ScriptFunc
An object to map from code points to script names.