Method

PangoGlyphStringx_to_index

Declaration

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

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

Type: int

No description available.

index_

Type: int*

No description available.

The argument will be set by the function.
trailing

Type: int*

No description available.

The argument will be set by the function.