mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Edit box baseline (regresses volume control dialog though)
This commit is contained in:
@@ -82,6 +82,7 @@ struct DrawSurface final
|
||||
void SetApplicationFont(int size, int variationFlags);
|
||||
void SetSystemFont(int size, int variationFlags);
|
||||
void DrawString(const Point &point, const PLPasStr &str, bool aa);
|
||||
void DrawStringConstrained(const Point &point, const PLPasStr &str, bool aa, const Rect &constraintRect);
|
||||
void DrawStringWrap(const Point &point, const Rect &constrainRect, const PLPasStr &str, bool aa);
|
||||
|
||||
size_t MeasureString(const PLPasStr &str);
|
||||
|
||||
Reference in New Issue
Block a user