Top |
PopplerTextSpan * | poppler_text_span_copy () |
void | poppler_text_span_free () |
void | poppler_text_span_get_color () |
const gchar * | poppler_text_span_get_font_name () |
const gchar * | poppler_text_span_get_text () |
gboolean | poppler_text_span_is_bold_font () |
gboolean | poppler_text_span_is_fixed_width_font () |
gboolean | poppler_text_span_is_serif_font () |
PopplerTextSpan *
poppler_text_span_copy (PopplerTextSpan *poppler_text_span
);
Makes a copy of a text span.
Since: 0.26
void
poppler_text_span_free (PopplerTextSpan *poppler_text_span
);
Frees a text span.
Since: 0.26
void poppler_text_span_get_color (PopplerTextSpan *poppler_text_span
,PopplerColor *color
);
Obtains the color in which the text is to be rendered.
Since: 0.26
const gchar *
poppler_text_span_get_font_name (PopplerTextSpan *poppler_text_span
);
Obtains the name of the font in which the span is to be rendered.
Since: 0.26
const gchar *
poppler_text_span_get_text (PopplerTextSpan *poppler_text_span
);
Obtains the text contained in the span.
Since: 0.26
gboolean
poppler_text_span_is_bold_font (PopplerTextSpan *poppler_text_span
);
Check whether a text span is meant to be rendered using a bold font.
Since: 0.26
gboolean
poppler_text_span_is_fixed_width_font (PopplerTextSpan *poppler_text_span
);
Check wether a text span is meant to be rendered using a fixed-width font.
Since: 0.26
gboolean
poppler_text_span_is_serif_font (PopplerTextSpan *poppler_text_span
);
Check whether a text span is meant to be rendered using a serif font.
Since: 0.26