Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pango(3pm) [debian man page]

Pango(3pm)						User Contributed Perl Documentation						Pango(3pm)

NAME
Pango - layout and render international text METHODS
double = Pango->PANGO_PIXELS ($d) o $d (double) double = Pango->pixels ($d) o $d (double) double = Pango->scale double = Pango->scale_large double = Pango->scale_medium double = Pango->scale_small double = Pango->scale_x_large double = Pango->scale_x_small double = Pango->scale_xx_large double = Pango->scale_xx_small SEE ALSO
Pango COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.14.2 2011-11-15 Pango(3pm)

Check Out this Related Man Page

Pango::Cairo(3) 					User Contributed Perl Documentation					   Pango::Cairo(3)

NAME
Pango::Cairo METHODS
layout = Pango::Cairo::create_layout ($cr) o $cr (Cairo::Context) Pango::Cairo::error_underline_path ($cr, $x, $y, $width, $height) o $cr (Cairo::Context) o $x (double) o $y (double) o $width (double) o $height (double) Since: pango 1.14 Pango::Cairo::glyph_string_path ($cr, $font, $glyphs) o $cr (Cairo::Context) o $font (Pango::Font) o $glyphs (Pango::GlyphString) Pango::Cairo::layout_line_path ($cr, $line) o $cr (Cairo::Context) o $line (Pango::LayoutLine) Pango::Cairo::layout_path ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) Pango::Cairo::show_error_underline ($cr, $x, $y, $width, $height) o $cr (Cairo::Context) o $x (double) o $y (double) o $width (double) o $height (double) Since: pango 1.14 Pango::Cairo::show_glyph_string ($cr, $font, $glyphs) o $cr (Cairo::Context) o $font (Pango::Font) o $glyphs (Pango::GlyphString) Pango::Cairo::show_layout ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) Pango::Cairo::show_layout_line ($cr, $line) o $cr (Cairo::Context) o $line (Pango::LayoutLine) Pango::Cairo::update_context ($cr, $context) o $cr (Cairo::Context) o $context (Pango::Context) Pango::Cairo::update_layout ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) SEE ALSO
Pango COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.12.1 2010-07-05 Pango::Cairo(3)
Man Page

4 More Discussions You Might Find Interesting

1. Linux

Pango installation problem

Hello I am trying to install gtk and after installing fontconfig,pkg-config,glib,pango,atk (in that order)i tried installing gtk but it said pango along with cario package is required. So now when i complied cario and then do a "make" for pango it gives the following error ... (2 Replies)
Discussion started by: shalabh
2 Replies

2. UNIX for Advanced & Expert Users

need help,about pango installing

dear all; Pango built with Cairo support is required to build GTK+. how can i install Pango built with Cairo?? anybody know? Thanks a lot!!!!!!!!! (5 Replies)
Discussion started by: snowfly
5 Replies

3. UNIX for Advanced & Expert Users

How to find required packages needed by cairo?

Hello, I am currently trying to install and old version of Cairo. I tried two versions, 10.5 and 1.1.1 and they say similar things. Pango 1.1.1 says: and Pango 1.0.5 says: So quite similar. I downloaded two freetype packages, versions number 2.9.1 and 2.2.1 and passed them through... (2 Replies)
Discussion started by: colt
2 Replies

4. UNIX for Advanced & Expert Users

PangoX cannot find Xlib.h

Hello. I used to have Pango compiled, however it did not have X support, only Freetype support. Since gtk requires pangoX to be compiled, I went to compile it with Xsupport. I had to issue a ./configure --prefix=/media/34GB/Arquivos-de-Programas-Linux/PangoX-1.8.2/... (1 Reply)
Discussion started by: colt
1 Replies