HarfBuzz-Shaper
view release on metacpan or search on metacpan
inc/PkgConfig.pm view on Meta::CPAN
Unlike C<pkg-config>, the scripts C<--exists> function will return nonzero if
a package B<or> any of its dependencies are missing. This differs from the
behavior of C<pkg-config> which will just check for the definition of the
package itself (without dependencies).
=head1 SEE ALSO
=over 4
=item L<pkg-config|http://www.freedesktop.org/wiki/Software/pkg-config>
The original C implementation
=item L<pkgconf|https://github.com/pkgconf/pkgconf>
An alternative C implementation
=item L<PkgConfig::LibPkgConf>
Perl bindings for C<libpkgconf>, the same library that C<pkgconf> is built on.
lib/HarfBuzz/Shaper.pm view on Meta::CPAN
Note that the number of glyphs does not necessarily match the number
of input characters!
=head1 DISCLAIMER
This module provides a thin interface layer between Perl and the
native HarfBuzz library. It is agnostic with regard to the details of
multi-language typesetting. HarfBuzz has a friendly community to help
you.
L<https://lists.freedesktop.org/mailman/listinfo/harfbuzz>
=head1 METHODS
=head2 $hb = HarfBuzz::Shaper->new( [ options ] )
Creates a new shaper object.
Options:
=over 4
( run in 0.841 second using v1.01-cache-2.11-cpan-98e64b0badf )