[][src]Module harfbuzz_rs::font_funcs

Contains the FontFuncs trait.

In the future there may be exposed other ways to create font funcs.

Traits

FontFuncs

This Trait specifies the font callbacks that harfbuzz uses for its shaping. You shouldn't call these functions yourself. They are exposed through the Font wrapper.