Major draw code refactor

This commit is contained in:
elasota
2019-12-30 20:53:11 -05:00
parent 918578469e
commit 04a955213c
83 changed files with 2451 additions and 2517 deletions

View File

@@ -5,13 +5,15 @@
namespace PortabilityLayer
{
class FontFamily;
struct QDState
{
QDState();
int m_fontID;
int m_textFace;
int m_textSize;
FontFamily *m_fontFamily;
int m_fontVariationFlags;
int m_fontSize;
Rect m_clipRect;
Point m_penPos;
bool m_penInvert;