![]() |
|
公開メンバ関数 | |
| Font (string path, int height, float scale, int boldWeight) | |
| IntPtr | getNativeFontPtr () |
| void | Release () |
| SharpKmyMath.Vector2 | measureString (byte[] text) |
| Texture | getTexture () |
| void | setLeadingOffset (float pos, float line) |
| bool | isAvailable () |
静的公開メンバ関数 | |
| static Font | newSystemFont (byte[] faceName, UInt32 height, bool bold) |
| static Font | newSystemFont (byte[] faceName, UInt32 height, float scale, int boldWeight) |
| static Font | newSystemFontGdi (byte[] faceName, UInt32 height, float scale) |
| SharpKmyGfx.Font.Font | ( | string | path, |
| int | height, | ||
| float | scale, | ||
| int | boldWeight | ||
| ) |
| IntPtr SharpKmyGfx.Font.getNativeFontPtr | ( | ) |
| Texture SharpKmyGfx.Font.getTexture | ( | ) |
| bool SharpKmyGfx.Font.isAvailable | ( | ) |
| SharpKmyMath.Vector2 SharpKmyGfx.Font.measureString | ( | byte[] | text | ) |
|
static |
|
static |
|
static |
| void SharpKmyGfx.Font.Release | ( | ) |
| void SharpKmyGfx.Font.setLeadingOffset | ( | float | pos, |
| float | line | ||
| ) |