Auto Hyphenating Text | Coderz Repository

auto_hyphenating_text

Last updated:

0 purchases

auto_hyphenating_text Image
auto_hyphenating_text Images

Free

Languages

Categories

Add to Cart

Description:

auto hyphenating text

AutoHyphenatingText is a drop in replacement for the default Text that supports autohyphenating text.

Usage #
This package needs to be initialized using the following:
await initHyphenation();
copied to clipboard
This will load the hyphenation algorithm. You can skip this step if you manually initialized the hyphenation algorithm yourself.
Then it can be used as a drop in replacement for normal text. So
Text("abc");
copied to clipboard
becomes
AutoHyphenatingText("abc");
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.