pdf_text_shaper 1.1.0 copy "pdf_text_shaper: ^1.1.0" to clipboard
pdf_text_shaper: ^1.1.0 copied to clipboard

HarfBuzz-powered complex-script text shaping for the Dart pdf package, with Unicode-preserving PDF output.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pdf_text_shaper

With Flutter:

 $ flutter pub add pdf_text_shaper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pdf_text_shaper: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pdf_text_shaper/pdf_text_shaper.dart';
0
likes
140
points
131
downloads
screenshot

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

HarfBuzz-powered complex-script text shaping for the Dart pdf package, with Unicode-preserving PDF output.

Repository (GitHub)
View/report issues

Topics

#pdf #unicode #typography #harfbuzz #text-shaping

License

Apache-2.0 (license)

Dependencies

characters, ffi, harfbuzz_ffi, pdf

More

Packages that depend on pdf_text_shaper