Name
cfontoptions:Equal -- check for equality
Synopsis
ok = cfontoptions:Equal(other)
Function
Compares two font options objects for equality.

This function returns True if all fields of the two font options objects match. Note that this function will return False if either object is in error.

Inputs
other
another Cairo font options object
Results
ok
True if all fields of the two font options objects match

Show TOC