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
)
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:
doubleNo description available.
y-
Type:
doubleNo description available.
n_dx-
Type:
unsigned intNo description available.
dx-
Type:
double*No description available.
The data is owned by the caller of the function. n_dy-
Type:
unsigned intNo description available.
dy-
Type:
double*No description available.
The data is owned by the caller of the function. extents-
Type:
LsmExtentsNo description available.
The data is owned by the caller of the function.