DrawSetFontWeight method
Implementation
void DrawSetFontWeight(
ffi.Pointer<DrawingWand> arg0,
int arg1,
) {
return _DrawSetFontWeight(
arg0,
arg1,
);
}
void DrawSetFontWeight(
ffi.Pointer<DrawingWand> arg0,
int arg1,
) {
return _DrawSetFontWeight(
arg0,
arg1,
);
}