PHP Doku:: Creates a new CairoFontFace object - cairofontface.construct.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungCairoThe CairoFontFace classCairoFontFace::__construct

Ein Service von Reinhard Neidl - Webprogrammierung.

The CairoFontFace class

<<The CairoFontFace class

CairoFontFace::getType>>

CairoFontFace::__construct

(PECL cairo >= 0.1.0)

CairoFontFace::__constructCreates a new CairoFontFace object

Beschreibung

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

CairoFontFace

Beispiele

Beispiel #1 CairoFontFace::__construct() example

<?php
/* ... */
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...

Siehe auch

  • Class::Method()


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)