Search results for "module:Font::TTF::Glyph"
Font::TTF::Glyph - Holds a information for a single glyph
This is a single glyph description as held in a TT font. On creation only its header is read. Thus you can get the bounding box of each glyph without having to read all the other information....
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
SDL2::TTF - TTF Image Loading Library
This extension to SDL2 can load fonts from TrueType font files, normally ending in ".ttf", though some ".fon" files are also valid for use....
SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC
Font::TTFMetrics - A parser for the TTF file.
"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::Head - The head table for a TTF Font
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::Glat - Hold glyph attributes
Holds glyph attributes associated with each glyph. Version Table format version attribs An array of hashes. On array entry for each glyph id. Since the glyph attributes are usually in a sparse array, they are stored in a hash keyed by the attribute i...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::Post - Holds the Postscript names for each glyph
Holds the postscript names for glyphs. Note that they are not held as an array, but as indexes into two lists. The first list is the standard Postscript name list defined by the TrueType standard. The second comes from the font directly. Looking up a...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::Mort - Glyph Metamorphosis table in a font
BHALLISSY/Font-TTF-1.06
-
25 Aug 2016 01:26:48 UTC
Font::TTF::Prop - Glyph Properties table in a font
BHALLISSY/Font-TTF-1.06
-
25 Aug 2016 01:26:48 UTC
Font::TTF::Font - Memory representation of a font
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::PSNames - Utilities for Postscript glyph name processing
BHALLISSY/Font-TTF-1.06
-
25 Aug 2016 01:26:48 UTC
FONT::FT2 - Perl extension for FreeType 2
This is a set of subroutine for using Freetype 2 from Perl. For now, this is mostly a functional implimentation, and is not yet intended to be perfect subroutine to subroutine remap of Freetype 2. Although, that is a goal. EXPORT None by default. Glo...
CAFFIEND/font_ft2_0.1.0 - 27 May 2002 20:17:42 UTC
Font::TTF::Gloc - Offsets into Glat table for the start of the attributes for each glyph
The Gloc table is a bit like the Loca table only for Graphite glyph attributes. The table has the following elements: Version Table format version numAttrib Maximum number of attributes associated with a glyph. locations An array of offsets into the ...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::OldMort - Glyph Metamorphosis table in a font
BHALLISSY/Font-TTF-1.06
-
25 Aug 2016 01:26:48 UTC
Imager::Font - Font handling for Imager.
This module manages, the font object returned by Imager::Font->new will typically be of a class derived from Imager::Font. new This creates a font object to pass to functions that take a font argument. $font = Imager::Font->new(file => 'denmark.ttf',...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Font::TTF::Loca - the Locations table, which is intimately tied to the glyf table
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 creati...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::Hmtx - Horizontal Metrics
Contains the advance width and left side bearing for each glyph. Given the compressability of the data onto disk, this table uses information from other tables, and thus must do part of its output during the output of other tables...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::Vmtx - Vertical Metrics
Contains the advance height and top side bearing for each glyph. Given the compressability of the data onto disk, this table uses information from other tables, and thus must do part of its output during the output of other tables...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::Ttc - Truetype Collection class
A TrueType collection is a collection of TrueType fonts in one file in which tables may be shared between different directories. In order to support this, the TTC introduces the concept of a table being shared by different TrueType fonts. This begs t...
BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC
Font::TTF::EBLC - Embeeded Bitmap Location Table
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::LTSH - Linear Threshold table
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