class Pango::ScriptIter

Overview

A Pango::ScriptIter is used to iterate through a string and identify ranges in different scripts.

Defined in:

lib/gi-crystal/src/auto/pango-1.0/script_iter.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(text : String, length : Int32) : self #

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def finalize #

def free : Nil #

def next : Bool #

def range : Nil #

def to_unsafe : Pointer(Void) #