Method

LasemSvgViewshow_text

Declaration

void
lsm_svg_view_show_text (
  LsmSvgView* view,
  const char* string,
  unsigned int n_x,
  double* x,
  unsigned int n_y,
  double* y,
  unsigned int n_dx,
  double* dx,
  unsigned int n_dy,
  double* dy
)

Description

No description available.

Parameters

string

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

Type: unsigned int

No description available.

x

Type: double*

No description available.

The data is owned by the caller of the function.
n_y

Type: unsigned int

No description available.

y

Type: double*

No description available.

The data is owned by the caller of the function.
n_dx

Type: unsigned int

No description available.

dx

Type: double*

No description available.

The data is owned by the caller of the function.
n_dy

Type: unsigned int

No description available.

dy

Type: double*

No description available.

The data is owned by the caller of the function.