Name
cfontoptions:Hash -- compute object hash
Synopsis
v = cfontoptions:Hash()
Function
Compute a hash for the font options object; this value will be useful when storing an object containing a Cairo font options object in a hash table.

This function returns the hash value for the font options object. The return value can be cast to a 32-bit type if a 32-bit hash value is needed.

Inputs
none

Results
v
the hash value for the font options object

Show TOC