УМНЫЕ УКАЗАТЕЛИ
This commit is contained in:
parent
7c83d9c93e
commit
fcce9d93d4
7 changed files with 240 additions and 254 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <map>
|
||||
#include <memory>
|
||||
|
||||
static_assert(true); //Обход clangd бага
|
||||
#pragma pack(push, 1)
|
||||
struct PSF1Header {
|
||||
char magicNumber[2];
|
||||
|
@ -44,8 +45,6 @@ public:
|
|||
uint32_t glyphHeight;
|
||||
uint32_t glyphsCount;
|
||||
|
||||
Font();
|
||||
|
||||
explicit Font(uint32_t glyphs, uint32_t glyphWidth, uint32_t glyphHeight);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue