ImageMagick.DrawableFont.DrawableFont C# (CSharp) Метод

DrawableFont() публичный Метод

Initializes a new instance of the DrawableFont class.
public DrawableFont ( string family ) : System
family string The font family or the full path to the font file.
Результат System
    public DrawableFont(string family)
      : this(family, FontStyleType.Any, FontWeight.Normal, FontStretch.Normal)
    {
    }

Same methods

DrawableFont::DrawableFont ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : System