cairoShowText(cr, utf8)
cr
Cairo
] a cairo contextutf8
NULL
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
serious text-using applications. See cairoShowGlyphs
for the
"real" text display API in cairo.