Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
poppler-glib
Poppler
FontInfo
FontInfo
free
scan
FontInfo
Object Hierarchy:
Description:
public
class
FontInfo
:
Object
Namespace:
Poppler
Package:
poppler-glib
Content:
Creation methods:
public
FontInfo
(
Document
document)
Creates a new
FontInfo
object
Methods:
public
void
free
()
public
bool
scan
(
int
n_pages,
out
FontsIter
iter)
Scans the document associated with
font_info
for fonts. At most
n_pages
will be scanned starting from the current iterator.
iter
will point to the first font scanned.