mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Specialize font paths for preinstalled font selection instead
This commit is contained in:
@@ -185,11 +185,6 @@ bool GpSystemServices_Web::AreFontResourcesSeekable() const
|
||||
return true;
|
||||
}
|
||||
|
||||
bool GpSystemServices_Web::IsUsingPreinstalledFonts() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
IGpClipboardContents *GpSystemServices_Web::GetClipboardContents() const
|
||||
{
|
||||
return m_clipboardContents;
|
||||
|
@@ -22,7 +22,6 @@ public:
|
||||
void SetTextInputEnabled(bool isEnabled) override;
|
||||
bool IsTextInputEnabled() const override;
|
||||
bool AreFontResourcesSeekable() const override;
|
||||
bool IsUsingPreinstalledFonts() const override;
|
||||
IGpClipboardContents *GetClipboardContents() const override;
|
||||
void SetClipboardContents(IGpClipboardContents *contents) override;
|
||||
int64_t GetTime() const override;
|
||||
|
Reference in New Issue
Block a user