Method

PangoGlyphStringindex_to_x_full

since: 1.50

Declaration

void
pango_glyph_string_index_to_x_full (
  PangoGlyphString* glyphs,
  const char* text,
  int length,
  PangoAnalysis* analysis,
  PangoLogAttr* attrs,
  int index_,
  gboolean trailing,
  int* x_pos
)

Description

No description available.

Available since: 1.50

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.

analysis

Type: PangoAnalysis

No description available.

The data is owned by the caller of the method.
attrs

Type: PangoLogAttr

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
index_

Type: int

No description available.

trailing

Type: gboolean

No description available.

x_pos

Type: int*

No description available.

The argument will be set by the function.