PHP Manual

  • English French German Portuguese Spanish
PHP Manual Function Reference Image Processing and Generation Cairo CairoFontFace
Cairo Introduction Installing/Configuring Predefined Constants Examples Cairo Functions Cairo CairoContext CairoException CairoStatus CairoSurface CairoSvgSurface CairoImageSurface CairoPdfSurface CairoPsSurface CairoSurfaceType CairoFontFace CairoFontOptions CairoFontSlant CairoFontType CairoFontWeight CairoScaledFont CairoToyFontFace CairoPatternType CairoPattern CairoGradientPattern CairoSolidPattern CairoSurfacePattern CairoLinearGradient CairoRadialGradient CairoAntialias CairoContent CairoExtend CairoFormat CairoFillRule CairoFilter CairoHintMetrics CairoHintStyle CairoLineCap CairoLineJoin CairoMatrix CairoOperator CairoPath CairoPsLevel CairoSubpixelOrder CairoSvgVersion
  • CairoSurfaceType
  • CairoFontFace::__construct

The CairoFontFace class

(PECL cairo >= 0.1.0)

Introduction

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().

Class synopsis

CairoFontFace {
/* Methods */
public __construct ( void )
public int getType ( void )
public int status ( void )
}

Table of Contents

  • CairoFontFace::__construct — Creates a new CairoFontFace object
  • CairoFontFace::getType — Retrieves the font face type
  • CairoFontFace::status — Check for CairoFontFace errors
© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.