centos man page for font::ttf::psnames

Query: font::ttf::psnames

OS: centos

Section: 3

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Font::TTF::PSNames(3)					User Contributed Perl Documentation				     Font::TTF::PSNames(3)

NAME
Font::TTF::PSNames - Utilities for Postscript glyph name processing
SYNOPSIS
use Font::TTF::PSNames qw(parse lookup); $name = lookup($uni); $uni = parse($name);
METHODS
lookup ( $usv [, $noAlt [, $noUni] ]) return the Adobe-recommended glyph name for a specific Unicode codepoint (integer). By default returns "uniXXXX" names rather than "afiiNNNNN" or "SFnnnnnn" names If $noAlt is true, "afii" and "SF" names are returned rather than "uniXXXX". if $noUni is true, returns undef if it would have to resort to "uniXXXX" or "uXXXXXX" style names. Essentially this represents a straight lookup in the Adobe-recommended list. parse ( $glyphname ) Parse an Adobe-conformant glyph name, generating a Unicode codepoint sequence equivalent to the glyph (or glyph components, should the name represent a ligature). In scalar context, returns a reference to an array of Unicodes (decimal). Array is empty if the glyph name is non- conformant. In list context, the first item returned is the same array reference as above. The second item is a reference to an array containing the extensions (if any) present on the glyph name. The '.' that precedes each extension is not included.
AUTHOR
Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright and licensing. perl v5.16.3 2011-10-13 Font::TTF::PSNames(3)
Related Man Pages
font::ttf::ttc(3) - centos
font::ttf::post(3) - centos
font::ttf::anchor(3pm) - debian
font::ttf::cmap(3pm) - debian
font::ttf::glyf(3pm) - debian
Similar Topics in the Unix Linux Community
TA07-355A: Adobe Updates for Multiple Vulnerabilities
lookup in unix
TA10-012B: Microsoft Windows EOT Font and Adobe Flash Player 6 Vulnerabilities
Removed Font Picker and Font Size Picker from Editor