메소드 | 설명 | |
---|---|---|
Load ( Stream stream ) : FontFile | ||
LoadFromString ( string text ) : FontFile | ||
Save ( Stream stream, FontFile file ) : void | ||
SaveToString ( FontFile file ) : string |
public static LoadFromString ( string text ) : FontFile | ||
text | string | |
리턴 | FontFile |
public static Save ( Stream stream, FontFile file ) : void | ||
stream | Stream | |
file | FontFile | |
리턴 | void |
public static SaveToString ( FontFile file ) : string | ||
file | FontFile | |
리턴 | string |