cairo-cairo-font-face-t {RGtk2}R Documentation

cairo_font_face_t

Description

Base class for fonts

Methods and Functions

cairoFontFaceStatus(font.face)
cairoFontFaceGetUserData(font.face, key)
cairoFontFaceSetUserData(font.face, key, user.data)

Structures

CairoFontFace
A 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.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://www.cairographics.org/manual/cairo-cairo-font-face-t.html


[Package RGtk2 version 2.8.6 Index]