mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 11:32:29 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
12
src/gx/FontInternal.hpp
Normal file
12
src/gx/FontInternal.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef GX_FONT_INTERNAL_HPP
|
||||
#define GX_FONT_INTERNAL_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class CGxFont;
|
||||
|
||||
uint32_t InternalGetMaxCharsWithinWidth(CGxFont*, const char*, float, float, uint32_t, float*, uint32_t, float, float, uint32_t*, float*, float*);
|
||||
|
||||
void InternalGetTextExtent(CGxFont*, const char*, uint32_t, float, float*, uint32_t, float, float);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue