Query: cairoantialias
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAIROANTIALIAS(3) 1 CAIROANTIALIAS(3) The CairoAntialias classINTRODUCTIONEnum class that specifies the type of antialiasing to do when rendering text or shapes.CLASS SYNOPSISCairoAntialias CairoAntialias Constants o const integer$CairoAntialias::MODE_DEFAULT0 o const integer$CairoAntialias::MODE_NONE1 o const integer$CairoAntialias::MODE_GRAY2 o const integer$CairoAntialias::MODE_SUBPIXEL3PREDEFINED CONSTANTSo CairoAntialias::MODE_DEFAULT -Use the default antialiasing for the subsystem and target device o CairoAntialias::MODE_NONE -Use a bilevel alpha mask o CairoAntialias::MODE_GRAY -Perform single-color antialiasing (using shades of gray for black text on a white background, for exam- ple). o CairoAntialias::MODE_SUBPIXEL -Perform antialiasing by taking advantage of the order of subpixel elements on devices such as LCD panels. PHP Documentation Group CAIROANTIALIAS(3)