Specialize font paths for preinstalled font selection instead

This commit is contained in:
elasota
2021-04-15 20:56:31 -04:00
parent 22ae442f87
commit 141f840888
17 changed files with 49 additions and 54 deletions

View File

@@ -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;