mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More editbox functionality
This commit is contained in:
@@ -12,6 +12,7 @@ namespace PortabilityLayer
|
||||
struct AntiAliasTable;
|
||||
class FontFamily;
|
||||
struct RGBAColor;
|
||||
class RenderedFont;
|
||||
class ScanlineMask;
|
||||
}
|
||||
|
||||
@@ -95,6 +96,8 @@ struct DrawSurface final
|
||||
Rect GetClipRect() const;
|
||||
void SetClipRect(const Rect &rect);
|
||||
|
||||
PortabilityLayer::RenderedFont *ResolveFont(bool aa) const;
|
||||
|
||||
// Must be the first item
|
||||
PortabilityLayer::QDPort m_port;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user