메소드 |
설명 |
|
CheckUpdate ( ) : void |
Tries to update the atlas if any graphical changes were made to this font. |
|
Clone ( ) : FontInstance |
|
|
DrawText ( double x, double y, string text ) : void |
|
|
DrawTextBox ( double x, double y, double w, double h, int spacing, string text ) : void |
|
|
DrawZoomedText ( double x, double y, double zoom, string text ) : void |
|
|
GetCharacterImage ( int ch ) : ImageInstance |
|
|
GetColorMask ( ) : ColorInstance |
|
|
GetHeight ( ) : int |
|
|
GetStringHeight ( string text, int width ) : int |
|
|
GetStringWidth ( string text ) : int |
|
|
ReadFromFile ( string filename ) : void |
|
|
Save ( string filename ) : void |
|
|
SetCharacterImage ( int ch, ImageInstance image ) : void |
|
|
SetColorMask ( ColorInstance color ) : void |
|
|
ToString ( ) : string |
|
|
Wrap ( string text, int width ) : ArrayInstance |
|
|