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::Name"

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::Scripts::Name - set name of font River stage one • 2 direct dependents • 2 total dependents

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

SDL2::TTF - TTF Image Loading Library River stage zero No dependents

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. 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::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::TTF - Perl module for TrueType Font hacking River stage two • 6 direct dependents • 52 total dependents

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 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::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::FT2 - Perl extension for FreeType 2 River stage zero No dependents

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

GD::SVG - Seamlessly enable SVG output from scripts written using GD River stage zero No dependents

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

Imager::Font - Font handling for Imager. River stage three • 108 direct dependents • 121 total dependents

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.024 - 06 Apr 2024 02:24:09 UTC

Font::TTF::PSNames - Utilities for Postscript glyph name processing River stage two • 6 direct dependents • 52 total dependents

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

Font::TTF::Ttc - Truetype Collection class River stage two • 6 direct dependents • 52 total dependents

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::Feat - Font Features River stage two • 6 direct dependents • 52 total dependents

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 River stage two • 6 direct dependents • 52 total dependents

This contains the WOFF packaging data....

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

Quiq::Gd::Font - GD- oder TrueType-Font River stage zero No dependents

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.215 - 28 Mar 2024 21:53:27 UTC

Font::TTF::Hmtx - Horizontal Metrics River stage two • 6 direct dependents • 52 total dependents

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 River stage two • 6 direct dependents • 52 total dependents

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::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
98 results (0.092 seconds)