From: woo Date: Thu, 16 May 2013 02:40:59 +0000 (+0900) Subject: modify GetBitmapN method description X-Git-Tag: accepted/tizen/20130520.101503~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5de461d8fd15a2a342d981f4fdc1b84921a89c97;p=platform%2Fframework%2Fnative%2Fappfw.git modify GetBitmapN method description Change-Id: Ic3ff009e90c7599d26afcb09f5fee12a01a4a25f Signed-off-by: woo --- diff --git a/inc/FAppAppResource.h b/inc/FAppAppResource.h index 5623e60..baa1d8b 100644 --- a/inc/FAppAppResource.h +++ b/inc/FAppAppResource.h @@ -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 Resource Fallback and Prescaling. * @@ -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 Resource Fallback and Prescaling. *