Function

Pangoshape_full

since: 1.32

Declaration

void
pango_shape_full (
  const char* item_text,
  int item_length,
  const char* paragraph_text,
  int paragraph_length,
  const PangoAnalysis* analysis,
  PangoGlyphString* glyphs
)

Description

No description available.

Available since: 1.32

Parameters

item_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.
item_length

Type: int

No description available.

paragraph_text

Type: const char*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
paragraph_length

Type: int

No description available.

analysis

Type: PangoAnalysis

No description available.

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

Type: PangoGlyphString

No description available.

The data is owned by the caller of the function.