GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
pods::SDL::TTF::Font(3) User Contributed Perl Documentation pods::SDL::TTF::Font(3)

SDL::TTF::Font - Font object type for SDL_ttf

TTF, Structure

 my $font = SDL::TTF::Font->new($font_file, $point_size);
 
 my $font = SDL::TTF::Font->new($font_file, $point_size, $face_index);

Load file for use as a font, at the given size. This can load TTF, OTF and FON files. You can specify the face index of a font file containing multiple faces.

Returns: a SDL::TTF::Font object. "undef" is returned on errors.

Example:

 use SDL::TTF::Font;
 
 my $font = SDL::TTF::Font->new('arial.ttf', 24);

See "AUTHORS" in SDL.

SDL::TTF
2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.