13 kmyGfx::Font *
obj =
nullptr;
16 Font(System::String ^path,
int height,
float scale,
int boldWeight);
21 static Font^
newSystemFont(cli::array<byte> ^faceName, u32 height,
float scale,
int boldWeight);
29 kmyIO::StreamBase *m_stream;
void setLeadingOffset(float pos, float line)
Definition: Font.cpp:201
static Font newSystemFontGdi(cli::array< byte > ^faceName, u32 height, float scale)
Definition: Font.cpp:46
static Font newSystemFont(cli::array< byte > ^faceName, u32 height, float scale, int boldWeight)
Texture getTexture()
Definition: Font.cpp:191
bool isAvailable()
Definition: Font.h:26
SharpKmyMath::Vector2 measureString(cli::array< byte > ^text)
Definition: Font.cpp:180
static Font newSystemFont(cli::array< byte > ^faceName, u32 height, bool bold)
Definition: Font.cpp:80
kmyGfx::Font * obj
Definition: Font.h:13
Font()
Definition: Font.cpp:9
void Release()
Definition: Font.cpp:168