diff OrthancFramework/Sources/Images/FontRegistry.cpp @ 4298:db3932f9660d

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 18:21:03 +0100
parents 2d5209153b32
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/Images/FontRegistry.cpp	Thu Nov 05 17:20:49 2020 +0100
+++ b/OrthancFramework/Sources/Images/FontRegistry.cpp	Thu Nov 05 18:21:03 2020 +0100
@@ -55,6 +55,10 @@
   }
 #endif
 
+  size_t FontRegistry::GetSize() const
+  {
+    return fonts_.size();
+  }
 
   const Font& FontRegistry::GetFont(size_t i) const
   {
@@ -80,5 +84,4 @@
 
     return NULL;
   }
-
 }