메소드 | 설명 | |
---|---|---|
DecodeColor ( String s ) : Color |
Converts a
|
|
ParseAttributes ( string str ) : |
This method parses a string with attributes and returns a Properties object.
|
|
ParseLength ( String str, float actualFontSize ) : float | ||
ParseLength ( string str ) : float |
Parses a length.
|
|
RemoveComment ( String str, String startComment, String endComment ) : string |
public static ParseAttributes ( string str ) : |
||
str | string | a string of this form: 'key1="value1"; key2="value2";... keyN="valueN" ' |
리턴 |
public static ParseLength ( String str, float actualFontSize ) : float | ||
str | String | |
actualFontSize | float | |
리턴 | float |
public static ParseLength ( string str ) : float | ||
str | string | a length in the form of an optional + or -, followed by a number and a unit. |
리턴 | float |
public static RemoveComment ( String str, String startComment, String endComment ) : string | ||
str | String | |
startComment | String | |
endComment | String | |
리턴 | string |