CairoFontWeight
CairoScaledFont::__construct
Cairo
PHP Manual
La classe CairoScaledFont
(PECL cairo >= 0.1.0)
Introduction
Synopsis de la classe
CairoScaledFont
{
/* Méthodes */
public
__construct
(
CairoFontFace
$font_face
,
CairoMatrix
$matrix
,
CairoMatrix
$ctm
,
CairoFontOptions
$options
)
public
array
extents
(
void
)
public
CairoMatrix
getCtm
(
void
)
public
void
getFontFace
(
void
)
public
void
getFontMatrix
(
void
)
public
void
getFontOptions
(
void
)
public
void
getScaleMatrix
(
void
)
public
int
getType
(
void
)
public
array
glyphExtents
(
array
$glyphs
)
public
int
status
(
void
)
public
array
textExtents
(
string
$text
)
}
Sommaire
CairoScaledFont::__construct
— Le but de __construct
CairoScaledFont::extents
— Le but de extents
CairoScaledFont::getCtm
— Le but de getCtm
CairoScaledFont::getFontFace
— Le but de getFontFace
CairoScaledFont::getFontMatrix
— Le but de getFontMatrix
CairoScaledFont::getFontOptions
— Le but de getFontOptions
CairoScaledFont::getScaleMatrix
— Le but de getScaleMatrix
CairoScaledFont::getType
— Le but de getType
CairoScaledFont::glyphExtents
— Le but de glyphExtents
CairoScaledFont::status
— Le but de status
CairoScaledFont::textExtents
— Le but de textExtents
CairoFontWeight
CairoScaledFont::__construct
Cairo
PHP Manual