METHODS
fontmap = Clutter::Cogl::Pango::FontMap->new
Clutter::Cogl::Pango->ensure_glyph_cache_for_layout ($layout)
- $layout (Pango::Layout)
 
Clutter::Cogl::Pango->render_layout ($layout, $x, $y, $color, $flags=0)
- $layout (Pango::Layout)
 - $x (integer)
 - $y (integer)
 - $color (scalar)
 - $flags (integer)
 
Clutter::Cogl::Pango->render_layout_line ($line, $x, $y, $color)
- $line (Pango::LayoutLine)
 - $x (integer)
 - $y (integer)
 - $color (scalar)
 
Clutter::Cogl::Pango->render_layout_subpixel ($layout, $x, $y, $color, $flags=0)
- $layout (Pango::Layout)
 - $x (integer)
 - $y (integer)
 - $color (scalar)
 - $flags (integer)
 
renderer = $font_map->get_renderer
boolean = $font_map->get_use_mipmapping
$font_map->set_use_mipmapping ($use_mipmapping)
- $use_mipmapping (boolean)
 
COPYRIGHT
Copyright (C) 2006, 2007, 2008 OpenedHand LtdCopyright (C) 2009 Intel Corporation
This module is free software; you can redistribute it and/or modify it under the terms of either:
- the GNU Lesser General Public Library version 2.1; or
 - the Artistic License, version 2.0.
 
See Clutter for the full copyright notice.

