Name
ccontext:GetFontOptions -- get font options
Synopsis
ccontext:GetFontOptions(options)
Function
Retrieves font rendering options set via ccontext:SetFontOptions(). Note that the returned options do not include any options derived from the underlying surface; they are literally the options passed to ccontext:SetFontOptions().

Inputs
options
a Cairo font options object into which to store the retrieved options; all existing values are overwritten

Show TOC