cairoShowText(cr, utf8)
cr
Cairo
] a cairo contextutf8
cairoShowText
.
NOTE: The cairoShowText
function call is part of what the cairo
designers call the "toy" text API. It is convenient for short demos
and simple programs, but it is not expected to be adequate for the
most serious of text-using applications. See cairoShowGlyphs
for the "real" text display API in cairo.