TextSpan
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "poppler_text_span_get_type ()" ) ]
[ Compact ]
public class TextSpan
Content:
Methods:
- public TextSpan copy ()
Makes a copy of a text span.
- public void free ()
Frees a text span.
- public void get_color (out unowned Color color)
Obtains the color in which the text is to be rendered.
- public unowned string get_font_name ()
Obtains the name of the font in which the span is to be rendered.
- public unowned string get_text ()
Obtains the text contained in the span.
- public bool is_bold_font ()
Check whether a text span is meant to be rendered using a bold font.
- public bool is_fixed_width_font ()
Check wether a text span is meant to be rendered using a fixed-width font.
- public bool is_serif_font ()
Check whether a text span is meant to be rendered using a serif font.