Files
4jcraft/Common/UI/UITTFFont.h
2026-03-08 22:44:00 +01:00

13 lines
164 B
C++

#pragma once
class UITTFFont
{
private:
PBYTE pbData;
//DWORD dwDataSize;
public:
UITTFFont(const std::string &path, S32 fallbackCharacter);
~UITTFFont();
};