mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add license browser, improve touchscreen UI
This commit is contained in:
@@ -93,6 +93,8 @@ Boolean SectRect(const Rect *rectA, const Rect *rectB, Rect *outIntersection);
|
||||
|
||||
PortabilityLayer::RenderedFont *GetApplicationFont(int size, int variationFlags, bool aa);
|
||||
PortabilityLayer::RenderedFont *GetSystemFont(int size, int variationFlags, bool aa);
|
||||
PortabilityLayer::RenderedFont *GetHandwritingFont(int size, int variationFlags, bool aa);
|
||||
PortabilityLayer::RenderedFont *GetMonospaceFont(int size, int variationFlags, bool aa);
|
||||
|
||||
|
||||
inline RGBColor::RGBColor(uint8_t r, uint8_t g, uint8_t b)
|
||||
|
Reference in New Issue
Block a user