Function

Pangodefault_break

since: 1.0

Declaration

void
pango_default_break (
  const char* text,
  int length,
  PangoAnalysis* analysis,
  PangoLogAttr* attrs,
  int attrs_len
)

Description

No description available.

Available since: 1.0

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.

analysis

Type: PangoAnalysis

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
attrs

Type: PangoLogAttr

No description available.

The data is owned by the caller of the function.
attrs_len

Type: int

No description available.