메소드 | 설명 | |
---|---|---|
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.
|
public DrawableFont ( string family ) : System | ||
family | string | The font family or the full path to the font file. |
리턴 | System |
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 |