org.freedesktop.cairo
Class ScaledFont
Struct
org.freedesktop.cairo.CairoObject
org.freedesktop.cairo.ScaledFont
public class ScaledFont
extends org.freedesktop.cairo.CairoObject
ScaledFont
public ScaledFont(FontFace fontFace,
Matrix matrix,
Matrix ctm,
FontOptions options)
Create a new ScaledFont
fontFace
- The FontFacematrix
- font space to user space transformation matrix for the
font. In the simplest case of a N point font, this matrix is just a
scale by N, but it can also be used to shear the font or stretch it
unequally along the two axes.ctm
- user to device transformation matrix with which the font will
be used.