Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

font::ttf::features::cvar(3) [centos man page]

Font::TTF::Features::Cvar(3)				User Contributed Perl Documentation			      Font::TTF::Features::Cvar(3)

NAME
Font::TTF::Features::Size - Class for Character Variants Feature Parameters DESCRIPTION
Handles the Feature Parameters valus forCharacter Variants features INSTANCE VARIABLES
INFILE The read file handle OFFSET Location of the file in the input file Format Table format - set to 0 UINameID The 'name' table name ID that specifies a string (or strings, for multiple languages) for a user-interface label for this feature TooltipNameID The 'name' table name ID for tooltip text for the feature SampleTextNameID The 'name' table name ID for sample text to illustrate the feature NumNamedParms The number of named parameters FirstNamedParmID The 'name' table name ID for the first named parameter Characters An array holding the unicode values of the characters for which the feature provides glyph variants METHODS
$t->read Reads the Feature Params $t->out($fh) Writes the FeatureParams table to the output Font::TTF::Features::Sset->new() Creates a new FeatureParams object. Values for INFILE and OFFSET canbe passed as parameters AUTHOR
David Raymond David_Raymond@sil.org. See Font::TTF::Font for copyright and licensing. perl v5.16.3 2012-02-09 Font::TTF::Features::Cvar(3)

Check Out this Related Man Page

Font::TTF::Loca(3pm)					User Contributed Perl Documentation				      Font::TTF::Loca(3pm)

NAME
Font::TTF::Loca - the Locations table, which is intimately tied to the glyf table DESCRIPTION
The location table holds the directory of locations of each glyph within the glyf table. Due to this relationship and the unimportance of the actual locations when it comes to holding glyphs in memory, reading the location table results in the creation of glyph objects for each glyph and stores them here. So if you are looking for glyphs, don't look in the "glyf" table, look here instead. Things get complicated if you try to change the glyph list within the one table. The recommendation is to create another clean location object to replace this table in the font, ensuring that the old table is read first and to transfer or copy glyphs across from the read table to the new table. INSTANCE VARIABLES
The instance variables do not start with a space glyphs An array of glyph objects for each glyph. glyphtype A string containing the class name to create for each new glyph. If empty, defaults to Font::TTF::Glyph. METHODS
$t->new Creates a new location table making sure it has a glyphs array $t->read Reads the location table creating glyph objects (Font::TTF::Glyph) for each glyph allowing their later reading. $t->out($fh) Writes the location table out to $fh. Notice that not having read the location table implies that the glyf table has not been read either, so the numbers in the location table are still valid. Let's hope that "maxp/numGlyphs" and "head/indexToLocFmt" haven't changed otherwise we are in big trouble. The function uses the OUTLOC location in the glyph calculated when the glyf table was attempted to be output. $t->out_xml($context, $depth) No need to output a loca table, this is dynamically generated $t->glyphs_do(&func) Calls func for each glyph in this location table in numerical order: &func($glyph, $glyph_num) BUGS
None known AUTHOR
Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright and licensing. perl v5.10.1 2009-01-21 Font::TTF::Loca(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to force the print Font?

Hi, Now I am printing my ps file as follows: lp -d n40prt0234 $i where $i is the file name passed in a loop. I need to change the file's print fonts to "Verdana and the Size = 10" how to change? (2 Replies)
Discussion started by: redlotus72
2 Replies

2. AIX

AIX OS Features versus Solaris OS Features

Hi Unix Experts, I like to compile and compare all the features that AIX OS (541L) and Solaris OS (Solaris 10) provide. If somebody can shed on this topic would be highly appreciated. Thank you, Khan (0 Replies)
Discussion started by: hkhan12
0 Replies

3. What is on Your Mind?

New Enhanced Forum Features for VIP Members

Dear All, Thank you for your support. As promised I have upgrade features for unix.com forum VIP members as follows: Who's Online Permissions Can View IP Addresses Can View Detailed Location Info for Users Can View Detailed Location Info of Users Who Visit Bad / No Permission... (0 Replies)
Discussion started by: Neo
0 Replies