Fix for right to left glyphs reordering.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / visual-model-impl.h
index 415b4a0..e5af4c3 100644 (file)
@@ -80,6 +80,8 @@ public:
   /**
    * @brief Creates the character to glyph conversion table.
    *
+   * @pre The glyphs per character table needs to be created first.
+   *
    * @param[in] numberOfCharacters The number of characters.
    */
   void CreateCharacterToGlyphTable( Length numberOfCharacters = 0u );