Function

Pangoshape_with_flags

since: 1.44

Declaration

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

Description

No description available.

Available since: 1.44

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.
flags

Type: PangoShapeFlags

No description available.