Sponsored Content
The Lounge What is on Your Mind? Happy New Year 2020 to all :) Post 303042629 by Neo on Wednesday 1st of January 2020 06:37:46 PM
Old 01-01-2020
2020 - Such a great year for everyone is here! Live long and prosper!

Happy New Year 2020 to all :)-hny-2020jpg
These 5 Users Gave Thanks to Neo For This Post:
 

2 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Happy Holidays and New Year!

To All UNIX Forum Members! Neo has sent you a flash greeting card. You may see it by clicking on the link below: http://www.afreegreetingcard.com/cgi-bin/magiccard.cgi?122920242420332 :) (5 Replies)
Discussion started by: Neo
5 Replies

2. What is on Your Mind?

Welcome 2016, Happy New Year to All

Hello All, I wanted to wish Happy New Year 2016 to every one in this forum. May GOD gives us strength to do hard work, learn new things, enjoy each and every moment of our life, do new adventurous. Take care and enjoy. Here is a famous quote: Thanks, R. Singh "GOD helps those Who help... (1 Reply)
Discussion started by: RavinderSingh13
1 Replies
Font::TTF::GDEF(3pm)					User Contributed Perl Documentation				      Font::TTF::GDEF(3pm)

NAME
Font::TTF::GDEF - Opentype GDEF table support DESCRIPTION
The GDEF table contains various global lists of information which are apparantly used in other places in an OpenType renderer. But precisely where is open to speculation... INSTANCE VARIABLES
There are 4 tables in the GDEF table, each with their own structure: GLYPH This is an Font::TTF::Coverage Class Definition table containing information as to what type each glyph is. ATTACH The attach table consists of a coverage table and then attachment points for each glyph in the coverage table: COVERAGE This is a coverage table POINTS This is an array of point elements. Each element is an array of curve points corresponding to the attachment points on that glyph. The order of the curve points in the array corresponds to the attachment point number specified in the MARKS coverage table (see below). LIG This contains the ligature caret positioning information for ligature glyphs COVERAGE A coverage table to say which glyphs are ligatures LIGS An array of elements for each ligature. Each element is an array of information for each caret position in the ligature (there being number of components - 1 of these, generally) FMT This is the format of the information and is important to provide the semantics for the value. This value must be set correctly before output VAL The value which has meaning according to FMT DEVICE For FMT = 3, a device table is also referenced which is stored here MARKS Due to confusion in the GDEF specification, this field is currently withdrawn until the confusion is resolved. That way, perhaps this stuff will work! This class definition table stores the mark attachment point numbers for each attachment mark, to indicate which attachment point the mark attaches to on its base glyph. METHODS
$t->read Reads the table into the data structure $t->out($fh) Writes out this table. perl v5.10.1 2009-01-29 Font::TTF::GDEF(3pm)
All times are GMT -4. The time now is 07:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy