|
|
|
|
|
|
public const int colCount = 37; |
|
|
|
|
|
|
|
public static Rect getMinMaxRect(float fontSize, float ascent, float descent) { |
|
|
|
return Rect.fromLTWH(fontSize * 0.05f, descent - fontSize, fontSize * 0.9f, fontSize * 0.9f); |
|
|
|
return Rect.fromLTWH(0, descent/2-fontSize, fontSize, fontSize); |
|
|
|
} |
|
|
|
|
|
|
|
public static Rect getUVRect(int code) { |
|
|
|