编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « CairoSurfaceType
  • CairoFontFace::__construct »
  • PHP Manual
  • Cairo
  • The CairoFontFace class

The CairoFontFace class

(PECL cairo >= 0.1.0)

简介

CairoFontFace abstract class represents a particular font at a particular weight, slant, and other characteristic but no transformation or size.

Note: This class can not be instantiated directly, it is created by CairoContext::getFontFace() or cairo_scaled_font_get_font_face().

类摘要

CairoFontFace {
/* 方法 */
public __construct ( void )
public getType ( void ) : int
public status ( void ) : int
}

Table of Contents

  • CairoFontFace::__construct — Creates a new CairoFontFace object
  • CairoFontFace::getType — Retrieves the font face type
  • CairoFontFace::status — Check for CairoFontFace errors
相关文章
php cairo the cairo classphp cairo the cairoantialias classphp cairo the cairocontent classphp cairo the cairocontext classphp cairo the cairofontface classphp cairo the cairofontweight classphp cairo the cairoformat classphp cairo the cairogradientpattern classphp cairo the cairohintmetrics classphp cairo the cairohintstyle classphp cairo the cairoimagesurface classphp cairo the cairolineargradient classphp cairo the cairolinecap classphp cairo the cairopssurface classphp cairo the cairoradialgradient classphp cairo the cairoscaledfont classphp cairo the cairosolidpattern classphp cairo the cairostatus classphp cairo the cairosubpixelorder classphp cairo the cairosurface class
关注编程学问公众号
编程学问网 湘ICP备20001732号