Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

font::ttf::grfeat(3) [centos man page]

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

NAME
Font::TTF::GrFeat - Graphite Font Features DESCRIPTION
INSTANCE VARIABLES
version features An array of hashes of the following form feature feature id number name name index in name table exclusive exclusive flag default the default setting number settings hash of setting number against name string index METHODS
$t->read Reads the features from the TTF file into memory $t->out($fh) Writes the features to a TTF file $t->print($fh) Prints a human-readable representation of the table $t->tag_to_num ($feat_str) Convert an alphanumeric feature id tag (string) to a number (32-bit). Tags are normally 4 chars. Graphite ignores space padding if it is present, so we do the same here. $t->num_to_tag ($feat_num) Convert a feature id number (32-bit) back to a tag (string). Trailing space or null padding is removed. Feature id numbers that do not represent alphanumeric tags are returned unchanged. BUGS
The version 1 Feat table ends with a feature (id 1) named NoName with zero settings but with an offset to the last entry in the setting array. This last setting has id 0 and an invalid name id. This last feature is changed to have one setting. AUTHOR
Alan Ward (derived from Jonathan Kew's Feat.pm). See Font::TTF::Font for copyright and licensing. perl v5.16.3 2012-08-29 Font::TTF::GrFeat(3)

Check Out this Related 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)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to print only selected char in a string..?

Hi, I want to print particular chars in a string. for example ie., consider " dear,. roopa$#09%~`';']" as the example string. Here, I want to print only alphanumeric chars.. suppose , if i want only alphanumeric... value would be "dear roopa09" suppose , if i want some spl char(,) with... (2 Replies)
Discussion started by: balan_mca
2 Replies

2. Shell Programming and Scripting

how to insert space in alphanumeric string

Hi everyone, I want help to insert space between digits and letters in a alphanumeric string. INPUT TRY234TER PHY1TYR EXPECTED OUTPUT TRY 234 TER PHY 1 TYR The lines always begin with the letters and the alphabets will be a three letter combination before and after the number. The... (2 Replies)
Discussion started by: kaav06
2 Replies

3. UNIX for Dummies Questions & Answers

Text File Manipulation

Hello, Supposing I had a huge list as follows: TAC manufacturer Device Type 1392600 LG D959 LG-D959TS FeaturePhone 1409700 LG V410 FeaturePhone 35150806 LG F350S FeaturePhone 35165206 Samsung GT-E1200 FeaturePhone 35194505 Nokia Asha 200 FeaturePhone but I want to make it look like... (3 Replies)
Discussion started by: Cludgie
3 Replies

4. UNIX for Beginners Questions & Answers

Need to compare numbers in alphanumeric string

Hi, I will be having file names like below, 1420SP1.01804 1420SP1.01805D 1420SP1.01805 1420SP1.01806D 1420SP1.01806 1420SP1.01901D 1420SP1.01901 1420SP1.01902D 1420SP1.01902 1420SP1.01903D 1420SP1.01903 1420SP1.01904 1420SP1.01905 From this, I need to list file names which is... (3 Replies)
Discussion started by: Sumanthsv
3 Replies