TextNode.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.

Creates a render node that renders the given glyphs.

Note that color may not be used if the font contains color glyphs.

Parameters

fontthe pango.font.Font containing the glyphs
glyphsthe pango.glyph_string.GlyphString to render
colorthe foreground color to render with
offsetoffset of the baseline

Returns