Poppler.FontsIter

Fields

None

Methods

copy ()

free ()

get_encoding ()

get_file_name ()

get_font_type ()

get_full_name ()

get_name ()

get_substitute_name ()

is_embedded ()

is_subset ()

next ()

Details

class Poppler.FontsIter
copy()
Returns:

a new allocated copy of self

Return type:

Poppler.FontsIter

Creates a copy of self

free()

Frees the given Poppler.FontsIter

get_encoding()
Returns:

the font encoding

Return type:

str

Returns the encoding of the font associated with self

New in version 0.20.

get_file_name()
Returns:

the filename of the font or None if font is embedded

Return type:

str

The filename of the font associated with self or None if the font is embedded

get_font_type()
Returns:

the font type

Return type:

Poppler.FontType

Returns the type of the font associated with self

get_full_name()
Returns:

the font full name

Return type:

str

Returns the full name of the font associated with self

get_name()
Returns:

the font name

Return type:

str

Returns the name of the font associated with self

get_substitute_name()
Returns:

the name of the substitute font or None if font is embedded

Return type:

str

The name of the substitute font of the font associated with self or None if the font is embedded

New in version 0.20.

is_embedded()
Returns:

True if font is embedded, False otherwise

Return type:

bool

Returns whether the font associated with self is embedded in the document

is_subset()
Returns:

True if font is a subset, False otherwise

Return type:

bool

Returns whether the font associated with self is a subset of another font

next()
Returns:

True, if self was set to the next font

Return type:

bool

Sets self to point to the next font