downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

CairoFontOptions::__construct> <CairoFontFace::status
Last updated: Fri, 13 Nov 2009

view this page in

The CairoFontOptions class

Introdução

An opaque structure holding all options that are used when rendering fonts.

Individual features of a cairo_font_options_t can be set or accessed using functions named cairo_font_options_set_feature_name and cairo_font_options_get_feature_name, like cairo_font_options_set_antialias() and cairo_font_options_get_antialias().

New features may be added to CairoFontOptions in the future. For this reason CairoFontOptions::copy, CairoFontOptions::equal, CairoFontOptions::merge, CairoFontOptions::hash (cairo_font_options_copy(), cairo_font_options_equal(), cairo_font_options_merge(), and cairo_font_options_hash() in procedural way) should be used to copy, check for equality, merge, or compute a hash value of CairoFontOptions objects.

Sinopse da classe

CairoFontOptions
CairoFontOptions {
/* Methods */
__construct ( void )
public void equal ( string $other )
public void getAntialias ( void )
public void getHintMetrics ( void )
public void getHintStyle ( void )
public void getSubpixelOrder ( void )
public void hash ( void )
public void merge ( string $other )
public void setAntialias ( string $antialias )
public void setHintMetrics ( string $hint_metrics )
public void setHintStyle ( string $hint_style )
public void setSubpixelOrder ( string $subpixel_order )
public void status ( void )
}

Índice



add a note add a note User Contributed Notes
CairoFontOptions
There are no user contributed notes for this page.

CairoFontOptions::__construct> <CairoFontFace::status
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites