cairoFontOptionsSetSubpixelOrder {RGtk2} | R Documentation |
Sets the subpixel order for the font options object. The subpixel
order specifies the order of color elements within each pixel on
the display device when rendering with an antialiasing mode of
CAIRO_ANTIALIAS_SUBPIXEL
. See the documentation for
CairoSubpixelOrder
for full details.
cairoFontOptionsSetSubpixelOrder(options, subpixel.order)
|
[CairoFontOptions ] a CairoFontOptions |
|
[CairoSubpixelOrder ] the new subpixel order |
Derived by RGtkGen from GTK+ documentation