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