Add IsUsingPreinstalledFonts API

This commit is contained in:
elasota
2021-04-15 20:03:06 -04:00
parent bd422d0eb3
commit 5dd8bf28f5
9 changed files with 25 additions and 0 deletions

View File

@@ -113,6 +113,11 @@ bool GpSystemServices_X::AreFontResourcesSeekable() const
return true;
}
bool GpSystemServices_X::IsUsingPreinstalledFonts() const
{
return false;
}
IGpClipboardContents *GpSystemServices_X::GetClipboardContents() const
{
return m_clipboardContents;