DrawSetTextInterwordSpacing method
Implementation
void DrawSetTextInterwordSpacing(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawSetTextInterwordSpacing(
arg0,
arg1,
);
}
void DrawSetTextInterwordSpacing(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawSetTextInterwordSpacing(
arg0,
arg1,
);
}