gsk.text_node
Module for [TextNode] class
class TextNode
Types 1
classTextNode : gsk.render_node.RenderNode
A render node drawing a set of glyphs.
Methods
uint getNumGlyphs() nothrowRetrieves the number of glyphs in the text node. Returns: the number of glyphsgraphene.point.Point getOffset() nothrowRetrieves the offset applied to the text. Returns: a point with the horizontal and vertical offsetsbool hasColorGlyphs() nothrowChecks whether the text node has color glyphs. Returns: true if the text node has color glyphsConstructors
this(pango.font.Font font, pango.glyph_string.GlyphString glyphs, gdk.rgba.RGBA color, graphene.point.Point offset)Creates a render node that renders the given glyphs.