DrawSetFontResolution method
Implementation
int DrawSetFontResolution(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
) {
return _DrawSetFontResolution(
arg0,
arg1,
arg2,
);
}
int DrawSetFontResolution(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
) {
return _DrawSetFontResolution(
arg0,
arg1,
arg2,
);
}