X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=sdlgit%2FSDL-Site.git;a=blobdiff_plain;f=pages%2FSDL-Pango.html-inc;h=27c99eb15f2a4bc5880510b1ee6106e006d30b7f;hp=142cdd657ecc1286d9d56900520f311706f63ca3;hb=1dbe16975541da864f8bfa5169c89a2ab8893bf2;hpb=d16cf6099f200163fdcf578d0cfd25896fbda759 diff --git a/pages/SDL-Pango.html-inc b/pages/SDL-Pango.html-inc index 142cdd6..27c99eb 100644 --- a/pages/SDL-Pango.html-inc +++ b/pages/SDL-Pango.html-inc @@ -132,7 +132,7 @@
 SDL::Pango::init();
 
 
-

Initialize the Glib and Pango API. This must be called before using other functions in this library, excepting SDL::Pango::was_init. +

Initialize the Glib and Pango API. This must be called before using other functions in this library, excepting SDL::Pango::was_init. SDL does not have to be initialized before this call.

Returns: always 0.

@@ -142,7 +142,7 @@ SDL does not have to be initialized before this call.

 my $was_init = SDL::Pango::was_init();
 
 
-

Query the initilization status of the Glib and Pango API. You may, of course, use this before SDL::Pango::init to avoid initilizing twice +

Query the initilization status of the Glib and Pango API. You may, of course, use this before SDL::Pango::init to avoid initilizing twice in a row.

Returns: Non-zero when already initialized. Zero when not initialized.

@@ -213,7 +213,7 @@ background.

Sets the direction of the text to either left-to-right or right-to-left.

-

See CONSTANTS.

+

See http://search.cpan.org/perldoc?.

set_dpi

@@ -250,7 +250,7 @@ background.

 SDL::Pango::set_surface_create_args($context, $flags, $bits, $r_mask, $g_mask, $b_mask, $a_mask);
 
 
-

Sets the argumet that are used when creating a surface via SDL::Pango::create_surface_draw.

+

Sets the argumet that are used when creating a surface via SDL::Pango::create_surface_draw.

Example:

 SDL::Pango::set_surface_create_args(
      $context, 
@@ -270,12 +270,12 @@ background.

 my $surface = SDL::Pango::create_surface_draw($context);
 
 
-

Creates a new surface and draws the text/markup. You can specify the attributes of the surfaces using SDL::Pango::set_surface_create_args.

+

Creates a new surface and draws the text/markup. You can specify the attributes of the surfaces using SDL::Pango::set_surface_create_args.

AUTHORS

Top

-

See AUTHORS in SDL.

+

See /SDL.html#AUTHORS.

SEE ALSO

Top