Search results for "module:Font::TTF::Name"
Font::TTF::Name - String table for a TTF font
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::Scripts::Name - set name of font
BHALLISSY/Font-TTF-Scripts-1.06
-
25 Aug 2016 01:35:31 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::OS_2 - the OS/2 table in a TTF font
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::TTF - Perl module for TrueType Font hacking
This module allows you to do almost anything to a TrueType/OpenType Font including modify and inspect nearly all tables....
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
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::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::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
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
GD::SVG - Seamlessly enable SVG output from scripts written using GD
GD::SVG painlessly enables scripts that utilize GD to export scalable vector graphics (SVG). It accomplishes this task by wrapping SVG.pm with GD-styled method calls. To enable this functionality, one need only change the "use GD" call to "use GD::SV...
TWH/GD-SVG-0.33 - 10 May 2009 14:39:31 UTC
Font::TTF::PSNames - Utilities for Postscript glyph name processing
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::Woff - holds Web Open Font File (WOFF) data for the font
This contains the WOFF packaging data....
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
Quiq::Gd::Font - GD- oder TrueType-Font
Abstraktion für GD- und TrueType-Fonts, die von GD nicht gemacht wird. Geometrie der (monospaced) GD-Fonts Name Breite Höhe ---------------- ------ ---- gdTinyFont 5 8 gdSmallFont 6 13 gdMediumBoldFont 7 13 gdLargeFont 8 16 gdGiantFont 9 15 POD ERROR...
FSEITZ/Quiq-1.213 - 19 Nov 2023 13:53:52 UTC