Text
Constructors
Functions
changeFontSize
Link copied to clipboard
Sets the current font matrix to a scale by a factor of size, replacing any font matrix previously set with changeFontSize or
cairo_set_font_matrix.drawText
Link copied to clipboard
selectFontFace
Link copied to clipboard
fun selectFontFace(fontFamily: String, slant: FontSlant = FontSlant.NORMAL, weight: FontWeight = FontWeight.NORMAL)
Content copied to clipboard
Selects a family and style of font from a simplified description as a family name, slant and weight.
fun selectFontFace(fontFamily: String, slant: FontSlant = FontSlant.NORMAL, weight: FontWeight = FontWeight.NORMAL)
Content copied to clipboard
fun selectFontFace(fontFamily: String, slant: FontSlant = FontSlant.NORMAL, weight: FontWeight = FontWeight.NORMAL)
Content copied to clipboard