drawSetFontWeight method

void drawSetFontWeight(
  1. int fontWeight
)

DrawSetFontWeight() sets the font weight to use when annotating with text.

  • fontWeight : font weight

Implementation

void drawSetFontWeight(int fontWeight) =>
    _magickWandBindings.DrawSetFontWeight(_wandPtr, fontWeight);