PgScriptIter.this

Create a new PangoScriptIter, used to break a string of Unicode into runs by text. No copy is made of text, so the caller needs to make sure it remains valid until the iterator is freed with pango_script_iter_free(). Since 1.4

  1. this(PangoScriptIter* pangoScriptIter)
  2. this(string text, int length)
    class PgScriptIter
    this
    (
    string text
    ,
    int length
    )

Parameters

text string

a UTF-8 string

length int

length of text, or -1 if text is nul-terminated.

Throws

ConstructionException GTK+ fails to create the object.

Meta