TextNode
Object Hierarchy:
Description:
[
CCode ( type_id =
"gsk_text_node_get_type ()" ) ]
public class TextNode :
RenderNode
A render node drawing a set of glyphs.
Content:
Creation methods:
Methods:
- public unowned RGBA? get_color ()
Retrieves the color used by the text this
.
- public unowned Font get_font ()
Returns the font used by the text this
.
- public unowned GlyphInfo[] get_glyphs ()
Retrieves the glyph information in the this
.
- public uint get_num_glyphs ()
Retrieves the number of glyphs in the text node.
- public unowned Point? get_offset ()
Retrieves the offset applied to the text.
- public bool has_color_glyphs ()
Checks whether the text this has
color glyphs.
Inherited Members:
All known members inherited from class Gsk.RenderNode