poppler-glib Reference Manual

Synopsis

public class FontsIter : Boxed  {
    public    weak FontsIter            copy                      (  ) ;
    public    weak string               get_file_name             (  ) ;
    public    FontType                  get_font_type             (  ) ;
    public    weak string               get_full_name             (  ) ;
    public    weak string               get_name                  (  ) ;
    public    bool                      is_embedded               (  ) ;
    public    bool                      is_subset                 (  ) ;
    public    bool                      next                      (  ) ;
}

FontsIter Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

copy ()
    public    weak FontsIter            copy                      (  ) ;		

get_file_name ()
    public    weak string               get_file_name             (  ) ;		

get_font_type ()
    public    FontType                  get_font_type             (  ) ;		

get_full_name ()
    public    weak string               get_full_name             (  ) ;		

get_name ()
    public    weak string               get_name                  (  ) ;		

is_embedded ()
    public    bool                      is_embedded               (  ) ;		

is_subset ()
    public    bool                      is_subset                 (  ) ;		

next ()
    public    bool                      next                      (  ) ;		


Created by Valadoc