mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-16 20:52:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
16
src/gx/font/Wrap.hpp
Normal file
16
src/gx/font/Wrap.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef GX_FONT_WRAP_HPP
|
||||
#define GX_FONT_WRAP_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class CGxFont;
|
||||
|
||||
void CalcWrapPoint(CGxFont*, const char*, float, float, uint32_t*, float*, const char**, float, uint32_t, bool*, float*, float);
|
||||
|
||||
void CalcWrapPointBillboarded(const char*, uint32_t, CGxFont*, float, uint32_t*, float*, const char**, float*, float);
|
||||
|
||||
void CalcWrapPointNonBillboarded(const char*, CGxFont*, float, float, uint32_t*, float*, const char**, float, uint32_t, bool*, float*, float);
|
||||
|
||||
int32_t CanWrapBetween(uint32_t codeA, uint32_t codeB);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue