Creates a new Context with all graphics state parameters set to
default values and with target as a target surface.
clip() -
Method in class org.freedesktop.cairo.Context
Establishes a new clip region by intersecting the current clip
region with the current path as it would be filled by fill()
and according to the current fill rule (see setFillRule()).
Establishes a new clip region by intersecting the current clip
region with the current path as it would be filled by fill()
and according to the current fill rule (see setFillRule()).
A FontFace specifies all aspects of a font other than the size
or font matrix (a font matrix is used to distort a font by
sheering it or scaling it unequally in the two directions).