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