cairoFontOptionsEqual {RGtk2}R Documentation

cairoFontOptionsEqual

Description

Compares two font options objects for equality.

Usage

cairoFontOptionsEqual(options, other)

Arguments

options

[CairoFontOptions] a CairoFontOptions

other

[CairoFontOptions] another CairoFontOptions

Value

[logical] TRUE if all fields of the two font options objects match. Note that this function will return FALSE if either object is in error.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]