Method

PangoGlyphStringget_logical_widths

Declaration

void
pango_glyph_string_get_logical_widths (
  PangoGlyphString* glyphs,
  const char* text,
  int length,
  int embedding_level,
  int* logical_widths
)

Description

No description available.

Parameters

text

Type: const char*

No description available.

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

Type: int

No description available.

embedding_level

Type: int

No description available.

logical_widths

Type: An array of int

No description available.

The data is owned by the caller of the method.