CairoFontFace::__construct

(PECL cairo >= 0.1.0)

CairoFontFace::__constructCreates a new CairoFontFace object

Opis

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

CairoFontFace

Przykłady

Przykład #1 CairoFontFace::__construct() example

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

Powyższy przykład wyświetli coś podobnego do:

...

Zobacz też:

  • Class::Method()

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top