/lib/pods/SDL/Pango/Context.pod
Unknown | 28 lines | 14 code | 14 blank | 0 comment | 0 complexity | e24636799f5bbf42e412cd49dbd1b4c3 MD5 | raw file
1 2=pod 3 4=head1 NAME 5 6SDL::Pango::Context - Context object for SDL::Pango 7 8=head1 CATEGORY 9 10Pango, Structure 11 12=head1 METHODS 13 14=head2 new 15 16 my $context = SDL::Pango::Context->new; 17 18Creates a new SDL::Pango context object. See L<SDL::Pango>. 19 20=head1 AUTHORS 21 22See L<SDL/AUTHORS>. 23 24=head1 SEE ALSO 25 26L<SDL::Pango>, L<SDL::Video>, L<SDL::Surface>, L<SDL::TTF> 27 28=cut