The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Font::TTF::Table"

Font::TTF::Table - Superclass for tables and used for tables we don't have a class for River stage two • 6 direct dependents • 52 total dependents

Looks after the purely table aspects of a TTF table, such as whether the table has been read before, locating the file pointer, etc. Also copies tables from input to output....

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Kern::StateTable - State Table Kern subtable for AAT River stage two • 6 direct dependents • 52 total dependents

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Name - String table for a TTF font River stage two • 6 direct dependents • 52 total dependents

Strings are held by number, platform, encoding and language. Strings are accessed as: $f->{'name'}{'strings'}[$number][$platform_id][$encoding_id]{$language_id} Notice that the language is held in an associative array due to its sparse nature on some...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Head - The head table for a TTF Font River stage two • 6 direct dependents • 52 total dependents

This is a very basic table with just instance variables as described in the TTF documentation, using the same names. One of the most commonly used is "unitsPerEm"....

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::OS_2 - the OS/2 table in a TTF font River stage two • 6 direct dependents • 52 total dependents

The OS/2 table has two versions and forms, one an extension of the other. This module supports both forms and the switching between them....

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTFMetrics - A parser for the TTF file. River stage one • 1 direct dependent • 1 total dependent

"Font::TTFMetrics" encapsulates the font metrics of a true type font file. A true type font file contains several tables which need to be parsed before any useful information could be gathered about the font. There is the excellent module for parsing...

MALAY/Font-TTFMetrics-0.1 - 12 Jun 2003 15:45:28 UTC

Font::TTF::Fmtx - Font Metrics table River stage two • 6 direct dependents • 52 total dependents

This is a simple table with just standards specified instance variables...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::EBLC - Embeeded Bitmap Location Table River stage two • 6 direct dependents • 52 total dependents

Contains the sizes and glyph ranges of bitmaps, and the offsets to glyph bitmap data in indexSubTables for EBDT. Possibly contains glyph metrics information....

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::EBDT - Embeeded Bitmap Data Table River stage two • 6 direct dependents • 52 total dependents

Contains the metrics and bitmap image data....

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Hhea - Horizontal Header table River stage two • 6 direct dependents • 52 total dependents

This is a simplte table with just standards specified instance variables...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::LTSH - Linear Threshold table River stage two • 6 direct dependents • 52 total dependents

Holds the linear threshold for each glyph. This is the ppem value at which a glyph's metrics become linear. The value is set to 1 if a glyph's metrics are always linear....

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Sill - Graphite language mapping table River stage two • 6 direct dependents • 52 total dependents

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Vhea - Vertical Header table River stage two • 6 direct dependents • 52 total dependents

This is a simple table with just standards specified instance variables...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::GDEF - Opentype GDEF table support River stage two • 6 direct dependents • 52 total dependents

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......

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Glyf - The Glyf data table River stage two • 6 direct dependents • 52 total dependents

This is a stub table. The real data is held in the loca table. If you want to get a glyf look it up in the loca table as "$f-"{'loca'}{'glyphs'}[$num]>. It will not be here! The difference between reading this table as opposed to the loca table is th...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::PCLT - PCLT TrueType font table River stage two • 6 direct dependents • 52 total dependents

The PCLT table holds various pieces HP-PCL specific information. Information here is generally not used by other software, except for the xHeight and CapHeight which are stored here (if the table exists in a font)....

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Font - Memory representation of a font River stage two • 6 direct dependents • 52 total dependents

A Truetype font consists of a header containing a directory of tables which constitute the rest of the file. This class holds that header and directory and also creates objects of the appropriate type for each table within the font. Note that it does...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Scripts - Smart font script supporting modules and scripts for TTF/OTF River stage one • 2 direct dependents • 2 total dependents

This module contains a number of useful command-line programs for hacking with TTF/OTF files. Highlights include: fret - produces PDF report of an uninstalled font including all glyphs make_gdl - build GDL source code Graphite fonts make_fea - build ...

BHALLISSY/Font-TTF-Scripts-1.06 - 25 Aug 2016 01:35:31 UTC

Font::TTF::Bsln - Baseline table in a font River stage two • 6 direct dependents • 52 total dependents

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC

Font::TTF::Cmap - Character map table River stage two • 6 direct dependents • 52 total dependents

Looks after the character map. For ease of use, the actual cmap is held in a hash against codepoint. Thus for a given table: $gid = $font->{'cmap'}{'Tables'}[0]{'val'}{$code}; Note that $code should be a true value (0x1234) rather than a string repre...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
72 results (0.051 seconds)