!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/usr/share/gtk-doc/html/pygnomeprint/   drwxr-xr-x
Free 51.95 GB of 127.8 GB (40.65%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     class-gnomeprintfont.html (32.12 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
gnomeprint.Font

gnomeprint.Font

gnomeprint.Font — Font object for GnomePrint

Synopsis

class gnomeprint.Font(gobject.GObject):
    gnomeprint.Font(face, size)
def get_ascender()
def get_descender()
def get_face()
def get_family_name()
def get_full_name()
def get_glyph_stdadvance(glyph, advance)
def get_glyph_stdbbox(glyph, bbox)
def get_glyph_stdkerning(glyph0, glyph1, kerning)
def get_glyph_stdoutline(glyph)
def get_glyph_width(glyph)
def get_name()
def get_ps_name()
def get_size()
def get_size()
def get_species_name()
def get_underline_position()
def get_underline_thickness()
def lookup_default(unicode)
Functions
    
    def gnomeprint.font_family_list()
def gnomeprint.font_find_closest(name, size)
def gnomeprint.font_find_closest_from_full_name(string)
def gnomeprint.font_find_closest_from_weight_slant(family, weight, italic, size)
def gnomeprint.font_list()
def gnomeprint.font_style_list(family)

Ancestry

+-- gobject.GObject
  +-- gnomeprint.Font

Properties

"FontName"ReadThe font name.
"FullName"ReadThe font full name.
"FamilyName"ReadThe font family name.
"Weight"ReadThe font weight.
"ItalicAngle"ReadThe angle of the italic font.
"IsFixedPitch"ReadTRUE if the font is fixed pitch, FALSE otherwise.
"FontBBox"Read 
"UnderlinePosition"ReadThe underline position of the font.
"UnderlineThickness"ReadThe underline thickness of the font.
"Version"Read 
"CapHeight"Read 
"XHeight"Read 
"Ascender"ReadThe ascender of the font
"Descender"ReadThe descender of the font
"size"ReadThe size of the font.

Description

Constructor

    gnomeprint.Font(face, size)
face : a face font name.
config : a font size.
Returns :a new gnomeprint.Font.

Creates a new gnomeprint.Font object.

Methods

gnomeprint.Font.get_ascender

    def get_ascender()
Returns : the ascender of the font.

The get_ascender() method works with the standard Adobe encoding and without kerning or ligatures. When the text libs get written, this function will be deprecated.

gnomeprint.Font.get_descender

    def get_descender()
Returns : the descender of the font.

The get_descender() method works with the standard Adobe encoding and without kerning or ligatures. When the text libs get written, this function will be deprecated.

gnomeprint.Font.get_face

    def get_face()
Returns : the face of the font.

The get_face() method

gnomeprint.Font.get_family_name

    def get_family_name()
Returns : the family name of the font.

The get_family_name() method

gnomeprint.Font.get_full_name

    def get_full_name()
Returns : the full name of the font.

The get_full_name() method

gnomeprint.Font.get_glyph_stdadvance

    def get_glyph_stdadvance(glyph, advance)
glyph :
advance :
Returns :

The get_glyph_stdadvance() method

gnomeprint.Font.get_glyph_stdbbox

    def get_glyph_stdbbox(glyph, bbox)
glyph :
bbox :
Returns :

The get_glyph_stdbbox() method

gnomeprint.Font.get_glyph_stdkerning

    def get_glyph_stdkerning(glyph0, glyph1, kerning)
glyph0 :
glyph1 :
kerning :
Returns :

The get_glyph_stdkerning() method

gnomeprint.Font.get_glyph_stdoutline

    def get_glyph_stdoutline(glyph)
glyph :
Returns :

The get_glyph_stdoutline() method

gnomeprint.Font.get_glyph_width

    def get_glyph_width(glyph)
glyph :
Returns :

The get_glyph_width() method

gnomeprint.Font.get_name

    def get_name()
Returns :

The get_name() method

gnomeprint.Font.get_ps_name

    def get_ps_name()
Returns :

The get_ps_name() method

gnomeprint.Font.get_size

    def get_size()
Returns :

The get_size() method

gnomeprint.Font.get_species_name

    def get_species_name()
Returns :

The get_species_name() method

gnomeprint.Font.get_underline_position

    def get_underline_position()
Returns : the underline position of the font.

The get_underline_position() method works with the standard Adobe encoding and without kerning or ligatures. When the text libs get written, this function will be deprecated.

gnomeprint.Font.get_underline_thickness

    def get_underline_thickness()
Returns : the underline thickness of the font.

The get_underline_thickness() method works with the standard Adobe encoding and without kerning or ligatures. When the text libs get written, this function will be deprecated.

gnomeprint.Font.lookup_default

    def lookup_default(unicode)
unicode :
Returns : glyph number, -1 if it is not mapped.

The lookup_default() method get the glyph number corresponding to a given unicode.

Functions

gnomeprint.font_family_list

    def gnomeprint.font_family_list()
Returns :

The font_family_list() function

gnomeprint.font_find_closest

    def gnomeprint.font_find_closest(name, size)
name :
size :
Returns :

The font_find_closest() function

gnomeprint.font_find_closest_from_full_name

    def gnomeprint.font_find_closest_from_full_name(string)
string :
Returns :

The font_find_closest_from_full_name() function

gnomeprint.font_find_closest_from_weight_slant

    def gnomeprint.font_find_closest_from_weight_slant(family, weight, italic, size)
family :
weight :
italic :
size :
Returns :

The font_find_closest_from_weight_slant() function

gnomeprint.font_list

    def gnomeprint.font_list()
Returns :

The font_list() function

gnomeprint.font_style_list

    def gnomeprint.font_style_list()
Returns :

The font_style_list() function


:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0191 ]--