Export the FontMetrics & GlyphInfo constructors 91/35891/2
authorPaul Wisbey <p.wisbey@samsung.com>
Wed, 25 Feb 2015 14:52:47 +0000 (14:52 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Wed, 25 Feb 2015 15:00:57 +0000 (15:00 +0000)
Change-Id: Iab2ea4df3ced09fa6c53b46d3b95483e9982e692

text/dali/public-api/text-abstraction/font-metrics.h
text/dali/public-api/text-abstraction/glyph-info.h

index 4472525..5d274c8 100644 (file)
@@ -18,6 +18,9 @@
  *
  */
 
+// EXTERNAL INCLUDES
+#include <dali/public-api/common/dali-common.h>
+
 namespace Dali
 {
 
@@ -27,7 +30,7 @@ namespace TextAbstraction
 /**
  * The metrics for a Font expressed in pixels.
  */
-struct FontMetrics
+struct DALI_IMPORT_API FontMetrics
 {
   /**
    * @brief Default constructor.
index f0521e4..422be3c 100644 (file)
@@ -18,6 +18,9 @@
  *
  */
 
+// EXTERNAL INCLUDES
+#include <dali/public-api/common/dali-common.h>
+
 // INTERNAL INCLUDES
 #include <dali/public-api/text-abstraction/text-abstraction-definitions.h>
 
@@ -31,7 +34,7 @@ namespace TextAbstraction
  * The information describing a glyph (font ID, index, metrics)
  * The metrics are in pixels.
  */
-struct GlyphInfo
+struct DALI_IMPORT_API GlyphInfo
 {
   /**
    * @brief Default constructor.