DrawGetFontStyle method

int DrawGetFontStyle(
  1. Pointer<DrawingWand> arg0
)

Implementation

int DrawGetFontStyle(
  ffi.Pointer<DrawingWand> arg0,
) {
  return _DrawGetFontStyle(
    arg0,
  );
}