Function

PangoScriptIternew

since: 1.4

Declaration

PangoScriptIter*
pango_script_iter_new (
  const char* text,
  int length
)

Description

No description available.

Available since: 1.4

Parameters

text

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
length

Type: int

No description available.

Return value

Type: PangoScriptIter

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.