C# Класс ImageMagick.DrawableFont

Sets the font family, style, weight and stretch to use when annotating with text.
Наследование: IDrawable
Показать файл Открыть проект

Открытые методы

Метод Описание
DrawableFont ( string family ) : System

Initializes a new instance of the DrawableFont class.

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

Initializes a new instance of the DrawableFont class.

Приватные методы

Метод Описание
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Описание методов

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

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

Initializes a new instance of the DrawableFont class.
public DrawableFont ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : System
family string The font family or the full path to the font file.
style FontStyleType The style of the font.
weight FontWeight The weight of the font.
stretch FontStretch The font stretching type.
Результат System