CairoFontOptions::getSubpixelOrder

(PECL cairo >= 0.1.0) The getSubpixelOrder purpose public int CairoFontOptions::getSubpixelOrder ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::getSubpixelOrder()

CairoFontOptions::getHintStyle

(PECL cairo >= 0.1.0) The getHintStyle purpose public int CairoFontOptions::getHintStyle ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::getHintStyle() example

CairoFontOptions::getHintMetrics

(PECL cairo >= 0.1.0) The getHintMetrics purpose public int CairoFontOptions::getHintMetrics ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::getHintMetrics() examp

CairoFontFace::status

(PECL cairo >= 0.1.0) Check for CairoFontFace errors public int CairoFontFace::status ( void ) Object oriented style (method): Procedural style: int cairo_font_face_status ( CairoFontFace $fontface ) Checks whether an error has previously occurred for this font face Parameters: fontface A valid CairoFontFace object Returns: CAIRO_STATUS_SUCCE

CairoFontFace::__construct

(PECL cairo >= 0.1.0) Creates a new CairoFontFace object public CairoFontFace::__construct ( void ) CairoFontFace class represents a particular font at a particular weight, slant, and other characteristic but no transformation or size. Note: This class can't be instantiated directly it is created by CairoContext::getFontFace() or cairo_scaled_font_get_font_face() Returns: CairoFontFace

CairoFontOptions::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoFontOptions::__construct ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::__construct() example

CairoFontFace::getType

(PECL cairo >= 0.1.0) Retrieves the font face type public int CairoFontFace::getType ( void ) This function returns the type of the backend used to create a font face. See CairoFontType class constants for available types. Returns: A font type that can be any one defined in CairoFontType Examples: CairoFontFace::getType() example

CairoPsSurface::getLevels

(PECL cairo >= 0.1.0) The getLevels purpose public static array CairoPsSurface::getLevels ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoPsSurface::getLevels() example

CairoPsSurface::getEps

(PECL cairo >= 0.1.0) The getEps purpose public bool CairoPsSurface::getEps ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoPsSurface::getEps() example <?php /

CairoPsSurface::levelToString

(PECL cairo >= 0.1.0) The levelToString purpose public static string CairoPsSurface::levelToString ( int $level ) The method description goes here. Parameters: level Description... Returns: Description... This function is currently not documented; only its argument list is available.