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
)
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 intNo description available.
x-
Type:
double*No description available.
The data is owned by the caller of the function. n_y-
Type:
unsigned intNo description available.
y-
Type:
double*No description available.
The data is owned by the caller of the function. 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.