CairoFontWeight
CairoScaledFont::__construct
Cairo
PHP Manual
The CairoScaledFont class
Introduction
Description of the class.
Class synopsis
CairoScaledFont
CairoScaledFont
{
/* Methods */
__construct
(
string
$font_face
[,
string
$matrix
[,
string
$ctm
[,
string
$options
]]] )
public
void
extents
(
void
)
public
void
getCtm
(
void
)
public
void
getFontFace
(
void
)
public
void
getFontMatrix
(
void
)
public
void
getFontOptions
(
void
)
public
void
getScaleMatrix
(
void
)
public
void
getType
(
void
)
public
void
glyphExtents
(
string
$glyphs
)
public
void
status
(
void
)
public
void
textExtents
(
string
$text
)
}
Table of Contents
CairoScaledFont::__construct
— The __construct purpose
CairoScaledFont::extents
— The extents purpose
CairoScaledFont::getCtm
— The getCtm purpose
CairoScaledFont::getFontFace
— The getFontFace purpose
CairoScaledFont::getFontMatrix
— The getFontMatrix purpose
CairoScaledFont::getFontOptions
— The getFontOptions purpose
CairoScaledFont::getScaleMatrix
— The getScaleMatrix purpose
CairoScaledFont::getType
— The getType purpose
CairoScaledFont::glyphExtents
— The glyphExtents purpose
CairoScaledFont::status
— The status purpose
CairoScaledFont::textExtents
— The textExtents purpose
CairoFontWeight
CairoScaledFont::__construct
Cairo
PHP Manual