TypeScript API Documentation for POPPLER
API Version: 0.18
Library Version: 26.8.0
Generated with TypeDoc via ts-for-gir v5.2.0
Abstract
Since 24.10 this type supports g_autoptr
Static
Since 0.26
Makes a copy of a text span.
A new Poppler.TextSpan
0.26
Frees a text span.
Obtains the color in which the text is to be rendered.
Obtains the name of the font in which the span is to be rendered.
A string containing the font name, or null if a font is not defined.
null
Obtains the text contained in the span.
A string.
Check whether a text span is meant to be rendered using a bold font.
Whether the span uses bold font.
Check wether a text span is meant to be rendered using a fixed-width font.
Whether the span uses a fixed-width font.
Check whether a text span is meant to be rendered using a serif font.
Whether the span uses a serif font.
Since 24.10 this type supports g_autoptr