first commit
This commit is contained in:
12
Minecraft.Client/Common/UI/UITTFFont.h
Normal file
12
Minecraft.Client/Common/UI/UITTFFont.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
class UITTFFont
|
||||
{
|
||||
private:
|
||||
PBYTE pbData;
|
||||
//DWORD dwDataSize;
|
||||
|
||||
public:
|
||||
UITTFFont(const string &path, S32 fallbackCharacter);
|
||||
~UITTFFont();
|
||||
};
|
||||
Reference in New Issue
Block a user