modify GetBitmapN method description
authorwoo <s-w.woo@samsung.com>
Thu, 16 May 2013 02:40:59 +0000 (11:40 +0900)
committerwoo <s-w.woo@samsung.com>
Thu, 16 May 2013 02:42:47 +0000 (11:42 +0900)
Change-Id: Ic3ff009e90c7599d26afcb09f5fee12a01a4a25f
Signed-off-by: woo <s-w.woo@samsung.com>
inc/FAppAppResource.h

index 5623e60..baa1d8b 100644 (file)
@@ -116,8 +116,8 @@ public:
        * '720x1280' and if the file does not exist, it will then search the folder that corresponds to the current screen density,
        * such as 'screen-density-xhigh'. After searching the density folder, all the other density folders are searched in the order high to low.
        * If the requested image file is found in a density-specific folder that is different from the current screen density, the bitmap returned from this method is pre-scaled.
-       * But in case of requested image file is nine-patch image saved as ".#.png" (For example : "img.#.png"),
-       * then a bitmap instance which is value of returned pointer is not pre-scaled.
+       * But in case of requested image file is saved as ".#.png" (For example : "img.#.png"), then a bitmap instance which is value of returned pointer is not pre-scaled.
+       * So, it is recommended to use ".#.png" as extension (For example : "ninePatchImg.#.png") for nine-patch image file.
        * Currently supported image formats are: JPEG, GIF, PNG, BMP, TIFF, and WBMP.
        * For more information on the features, see <a href="../org.tizen.native.appprogramming/html/multiple_screen/autoscale_resource_fallback.htm">Resource Fallback and Prescaling.</a>
        *
@@ -145,8 +145,8 @@ public:
        * '720x1280' and if the file does not exist, it will then search the folder that corresponds to the current screen density,
        * such as 'screen-density-xhigh'. After searching the density folder, all the other density folders are searched in the order high to low.
        * If the requested image file is found in a density-specific folder that is different from the current screen density, the bitmap returned from this method is pre-scaled.
-       * But in case of requested image file is nine-patch image saved as ".#.png" (For example : "img.#.png"),
-       * then a bitmap instance which is value of returned pointer is not pre-scaled.
+       * But in case of requested image file is saved as ".#.png" (For example : "img.#.png"), then a bitmap instance which is value of returned pointer is not pre-scaled.
+       * So, it is recommended to use ".#.png" as extension (For example : "ninePatchImg.#.png") for nine-patch image file.
        * Currently supported image formats are: JPEG, GIF, PNG, BMP, TIFF, and WBMP.
        * For more information on the features, see <a href="../org.tizen.native.appprogramming/html/multiple_screen/autoscale_resource_fallback.htm">Resource Fallback and Prescaling.</a>
        *