pango Reference Manual

Synopsis

public class ScriptIter {
    public                              ScriptIter                ( string              text,
                                                                    int                 length ) ;


    public    void                      get_range                 ( weak string         start,
                                                                    weak string         end,
                                                                    Script              script ) ;
    public    bool                      next                      (  ) ;
}

ScriptIter Description

Details

Constructor Details

ScriptIter ()
    public                              ScriptIter                ( string              text,
                                                                    int                 length ) ;		

Field Details

Signal Details

Property Details

Method Details

get_range ()
    public    void                      get_range                 ( weak string         start,
                                                                    weak string         end,
                                                                    Script              script ) ;		

next ()
    public    bool                      next                      (  ) ;		


Created by Valadoc