Method

LasemSvgViewtext_extents

Declaration

void
lsm_svg_view_text_extents (
  LsmSvgView* view,
  const char* string,
  double x,
  double y,
  unsigned int n_dx,
  double* dx,
  unsigned int n_dy,
  double* dy,
  LsmExtents* extents
)

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

Type: double

No description available.

y

Type: double

No description available.

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

Type: LsmExtents

No description available.

The data is owned by the caller of the function.