Main > Programming > Libraries >

Font::FreeType::Glyph 0.03

Font::FreeType::Glyph 0.03

Sponsored Links

Font::FreeType::Glyph 0.03 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.093 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 821
Date added: 2007-08-07
Publisher: Geoff Richards

Font::FreeType::Glyph 0.03 description

Font::FreeType::Glyph is a Perl module that contains glyphs from font typefaces loaded from Font::FreeType.
SYNOPSIS
use Font::FreeType;
my $freetype = Font::FreeType->new;
my $face = $freetype->face(Vera.ttf);
$face->set_char_size(24, 24, 100, 100);
my $glyph = $face->glyph_from_char(A);
my $glyph = $face->glyph_from_char_code(65);
# Render into an array of strings, one byte per pixel.
my ($bitmap, $left, $top) = $glyph->bitmap;
# Read vector outline.
$glyph->outline_decompose(
move_to => sub { ... },
line_to => sub { ... },
conic_to => sub { ... },
cubic_to => sub { ... },
);
This class represents an individual glyph (character image) loaded from a font. See Font::FreeType::Face for how to obtain a glyph object, in particular the glyph_from_char_code() and glyph_from_char() methods.
Things you an do with glyphs include:
- Get metadata about the glyph, such as the size of its image and other metrics.
- Render a bitmap image of the glyph (if its from a vector font) or extract the existing bitmap (if its from a bitmap font), using the bitmap() method.
- Extract a precise description of the lines and curves that make up the glyphs outline, using the outline_decompose() method.

Font::FreeType::Glyph 0.03 Screenshot

Advertisements

Font::FreeType::Glyph 0.03 Keywords

Bookmark Font::FreeType::Glyph 0.03

Hyperlink code:
Link for forum:

Font::FreeType::Glyph 0.03 Copyright

WareSeeker periodically updates pricing and software information of Font::FreeType::Glyph 0.03 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Font::FreeType::Glyph 0.03 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Font::TTF::Glyph is a Perl module that holds a single glyphs information. Free Download
FreeType is a software font engine that is designed to be small, efficient, highly customizable and portable. Free Download
FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable and portable. Free Download
Code::Perl is a Perl module to produce Perl code from a tree. Free Download
FontForge allows you to edit outline and bitmap fonts. Free Download
fontimage is a small, portable tool that generates PNG images of text strings directly from outline font files. Free Download
foundation Perl module inheritance without objects. Free Download
Tie::Google is a Perl module with single-variable access to Google search results. Free Download