Font::GlyphNames

Font::GlyphNames is a Perl module that can convert between glyph names and characters.
Download

Font::GlyphNames Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Father Chrysostomos
  • Publisher web site:
  • http://search.cpan.org/~sprout/JE-0.021/lib/JE/Types.pod

Font::GlyphNames Tags


Font::GlyphNames Description

Font::GlyphNames is a Perl module that can convert between glyph names and characters. Font::GlyphNames is a Perl module that can convert between glyph names and characters.SYNOPSIS use Font::GlyphNames qw; name2str qw; # name2code qw # str2name qw; # code2name qw; # code2ligname qw; # Or you can use the OO interface: use Font::GlyphNames; $gn = new Font::GlyphNames; # use default glyph list $gn = new Font::GlyphNames 'my-glyphs.txt'; # custom list $gn->name2code(qw); # etc. Requirements: · Perl


Font::GlyphNames Related Software