X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fstyling%2Fstyle-manager.h;h=8c9f3b59f567e93bfe822bd6fa7dc4e49fae09ed;hb=4b3b7f4169b809c086e09323960271f187e3558a;hp=a568bbab9c42018bd29a42a9f78748fbf21a8af3;hpb=1c5674a11a51310ee689d6daf4e6b7d94dec607e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/styling/style-manager.h b/dali-toolkit/devel-api/styling/style-manager.h index a568bba..8c9f3b5 100644 --- a/dali-toolkit/devel-api/styling/style-manager.h +++ b/dali-toolkit/devel-api/styling/style-manager.h @@ -115,6 +115,12 @@ public: Orientation GetOrientation(); /** + * @brief Retrieves the default font family. + * @return The default font family. + */ + std::string GetDefaultFontFamily() const; + + /** * @brief Make a request to set the theme JSON file to one that exists in the Toolkit package. * * Multiple requests per event processing cycle can be made, but only the final one will be acted @@ -132,7 +138,7 @@ public: /** * @brief Set a constant for use when building styles * - * A constant is used in JSON files e.g. "my-image":"{ROOT_PATH}/mypath/image.jpg" + * A constant is used in JSON files e.g. "myImage":"{ROOT_PATH}/mypath/image.jpg" * where the string "{ROOT_PATH}" is substituted with the value. * * @param[in] key The key of the constant