Query: sdlx::sfont
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pods::SDLx::SFont(3pm) User Contributed Perl Documentation pods::SDLx::SFont(3pm)NAMESDLx::SFont - Extension making fonts out of images and printing themCATEGORYExtensionSYNOPSISuse 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 ..DESCRIPTIONa simpler print function for old SDL::SFont dependency on Frozen-Bubble and Pangzero.USAGEsee synopsisBUGSYou tell me! at sdlperl.ath.cxSUPPORT#sdl irc.perl.orgAUTHORSSee "AUTHORS" in SDL.COPYRIGHTThis 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.SEE ALSOperl(1), SDL(2). perl v5.14.2 2012-05-28 pods::SDLx::SFont(3pm)
Related Man Pages |
---|
sdl::tutorial::lunarlander(3pm) - debian |
sdlx::fps(3pm) - debian |
sdlx::sfont(3pm) - debian |
sdlx::sound(3pm) - debian |
sdlx::surface(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |