mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add IsUsingPreinstalledFonts API
This commit is contained in:
@@ -104,6 +104,11 @@ bool GpSystemServices_Android::AreFontResourcesSeekable() const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool GpSystemServices_Android::IsUsingPreinstalledFonts() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
IGpClipboardContents *GpSystemServices_Android::GetClipboardContents() const
|
||||
{
|
||||
return nullptr;
|
||||
|
Reference in New Issue
Block a user