diff Core/Images/FontRegistry.h @ 2942:e9613a09cf9e

added FontRegistry::FindFont
author am@osimis.io
date Thu, 29 Nov 2018 15:26:31 +0100
parents 878b59270859
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/Images/FontRegistry.h	Wed Nov 28 14:48:14 2018 +0100
+++ b/Core/Images/FontRegistry.h	Thu Nov 29 15:26:31 2018 +0100
@@ -71,5 +71,7 @@
     }
 
     const Font& GetFont(size_t i) const;
+
+    const Font* FindFont(const std::string& fontName) const;
   };
 }