Method

PangoGlyphStringindex_to_x

Declaration

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

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.

analysis

Type: PangoAnalysis

No description available.

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.