HarfBuzz::Shaper ================ HarfBuzz::Shaper is a perl module that provides access to a small subset of the native HarfBuzz library. The subset is suitable for typesetting programs that need to deal with complex languages like Devanagari. This module is intended to be used with module L. Feel free to (ab)use it for other purposes. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires the HarfBuzz library to be installed on the system. To build, the HarfBuzz development library and associated include files are required, in particular include file /usr/include/harfbuzz/hb.h and libharfbuzz (linked using -lharfbuzz. Unfortunately, there is currently no decent method to require external libraries... SUPPORT AND DOCUMENTATION Development of this module takes place on GitHub: https://github.com/sciurius/perl-HarfBuzz-Shaper. You can find documentation for this module with the perldoc command. perldoc HarfBuzz::Shaper Please report any bugs or feature requests using the issue tracker on GitHub. HarfBuzz website and documentation: https://harfbuzz.github.io/index.html. COPYRIGHT AND LICENCE Copyright (C) 2020 by Johan Vromans This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.