Search results for "module:Imager::Font"

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.022 - 02 Dec 2023 23:32:54 UTC

Imager::Font::T1 - low-level functions for Type1 fonts River stage zero No dependents

Imager::Font::T1 is deprecated. T1Lib is unmaintained and has serious bugs when built on 64-bit systems. Freetype 2 has Type 1 font support and is supported by Imager via Imager::Font::FT2. Imager::Font creates a "Imager::Font::Type1 object" when ask...

TONYC/Imager-Font-T1-1.031 - 01 Dec 2023 06:55:25 UTC

Imager::Font::FT2 - font support using FreeType 2 River stage zero No dependents

This provides font support on FreeType 2....

TONYC/Imager-Font-FT2-1.000 - 12 Jun 2022 05:39:23 UTC

Imager::Font::W32 - font support using GDI on Win32 River stage zero No dependents

This provides font support on Win32....

TONYC/Imager-Font-W32-0.93 - 12 Jun 2022 05:45:07 UTC

Imager::Font::Wrap - simple wrapped text output River stage three • 108 direct dependents • 121 total dependents

This is a simple text wrapper with options to control the layout of text within the line. You can control the position, width and height of the text with the "image", "x", "y", "width" and "height" options. You can simply calculate space usage by set...

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::Font::Test - font driver producing consistent output for tests. River stage three • 108 direct dependents • 121 total dependents

Imager::Font::Test is intended to produce consistent output without being subject to the inconsistent output produced by different versions of font libraries. The output is simple box for the whole string....

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::Font::BBox - objects representing the bounding box of a string. River stage three • 108 direct dependents • 121 total dependents

Objects of this class are returned by the Imager::Font bounding_box() method when it is called in scalar context. This will hopefully make the information from this method more accessible....

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::Font::Win32 - uses Win32 GDI services for text output River stage zero No dependents

This module is obsolete....

TONYC/Imager-Font-W32-0.93 - 12 Jun 2022 05:45:07 UTC

Imager::Font::Type1 - low-level functions for T1Lib text output River stage three • 108 direct dependents • 121 total dependents

This is a simple wrapper around Imager::Font::T1 for backwards compatibility....

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::Font::Truetype - low-level functions for Truetype fonts River stage three • 108 direct dependents • 121 total dependents

Imager::Font creates a Imager::Font::Truetype object when asked to create a font object based on a .ttf file. See Imager::Font to see how to use this type. This class provides low-level functions that require the caller to perform data validation....

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::Font::FreeType2 - low-level functions for FreeType2 text output River stage three • 108 direct dependents • 121 total dependents

Imager::Font creates a Imager::Font::FreeType2 object when asked to. See Imager::Font to see how to use this type. This class provides low-level functions that require the caller to perform data validation. This driver supports: transform() dpi() dra...

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

lib/Imager/Font/Image.pm River stage three • 108 direct dependents • 121 total dependents

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager - Perl extension for Generating 24 bit Images River stage three • 108 direct dependents • 121 total dependents

Imager is a module for creating and altering images. It can read and write various image formats, draw primitive shapes like lines,and polygons, blend multiple images together in various ways, scale, crop, render text and more. Overview of documentat...

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::Test - common functions used in testing Imager River stage three • 108 direct dependents • 121 total dependents

This is a repository of functions used in testing Imager. Some functions will only be useful in testing Imager itself, while others should be useful in testing modules that use Imager. No functions are exported by default....

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::Graph - Perl extension for producing Graphs using the Imager library. River stage one • 2 direct dependents • 2 total dependents

Imager::Graph provides style information to its base classes. It defines the colors, text display information and fills based on both built-in styles and modifications supplied by the user to the draw() method. POD ERRORS Hey! The above document had ...

TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 UTC

Imager::Montage - montage images River stage zero No dependents

CORNELIUS/Imager-Montage-0.02 - 29 Nov 2007 04:03:02 UTC

Graphics::VTK::Rendering - A Perl interface to VTKRendering library River stage zero No dependents

Graphics::VTK::Rendering is an interface to the Rendering libaray of the C++ visualization toolkit VTK.....

CERNEY/Graphics-VTK-4.0.001 - 01 Feb 2003 15:47:39 UTC

Imager::Matrix2d - simple wrapper for matrix construction River stage three • 108 direct dependents • 121 total dependents

This class provides a simple wrapper around a reference to an array of 9 coefficients, treated as a matrix: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] Most of the methods in this class are constructors. The others are overloaded operators. Note that since Imager ...

TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC

Imager::DTP::Line - line handling module for Imager::DTP package. River stage zero No dependents

Imager::DTP::Line is a module intended for handling chunk of letters lined-up in a single vector, out of the whole text string (sentence or paragraph). Here, the word "Line" is meant to be "a single row", "a single row in a text-wrapped textbox", and...

BASHI/Imager-DTP-0.06 - 19 Jan 2007 06:05:44 UTC

Imager::Graph::Bar - a tool for drawing bar charts on Imager images River stage one • 2 direct dependents • 2 total dependents

TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 UTC
30 results (0.03 seconds)