C# 클래스 ImageMagick.DrawableFont

Sets the font family, style, weight and stretch to use when annotating with text.
상속: IDrawable
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
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