Function

Pangoshape

since: 1.0

Declaration

void
pango_shape (
  const char* text,
  int length,
  const PangoAnalysis* analysis,
  PangoGlyphString* glyphs
)

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