cairo-cairo-font-face-t {RGtk2} | R Documentation |
Base class for fonts
cairoFontFaceStatus(font.face)
cairoFontFaceGetUserData(font.face, key)
cairoFontFaceSetUserData(font.face, key, user.data)
CairoFontFace
CairoFontFace
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) . A font face can be set on a Cairo
by using
cairoSetFontFace
; the size and font matrix are set with
cairoSetFontSize
and cairoSetFontMatrix
.
Derived by RGtkGen from GTK+ documentation
http://www.cairographics.org/manual/cairo-cairo-font-face-t.html