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::SDLx::SFont(3) User Contributed Perl Documentation pods::SDLx::SFont(3)

SDLx::SFont - Extension making fonts out of images and printing them

Extension

  use SDLx::SFont;
  use SDLx::App;

   #Make a surface
   #Select a font
   my $d = SDLx::App->new( title => 'app', width => 200, height => 200, depth => 32 );

   my $font = SDLx::SFont->new('t/font.png');
  
   #print using $font
   
   SDLx::SFont::print_text( $d, 10, 10, 'Huh' );

   my $font2 = SDLx::SFont->new('t/font2.png');

   #print using font2

   SDLx::SFont::print_text( $d, 10, 10, 'Huh' );

   $font->use();

   #print using $font
   
   SDLx::SFont::print_text( $d, 10, 10, 'Huh' );

   #that is it folks ..

a simpler print function for old SDL::SFont dependency on Frozen-Bubble and Pangzero.

see synopsis

You tell me! at sdlperl.ath.cx

#sdl irc.perl.org

See "AUTHORS" in SDL.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

perl(1), SDL(2).
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.