X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Ftext-label.md;h=c08af6ddc70e65aeb8fab376fe81dd87eb7bbabe;hp=908fedd1c905c91d6e9cace452d8d11b19fc832b;hb=e3f6ef9404f35aed638b5de626ca430265054e59;hpb=5c01fbfae7ab607f68d31a8bec6bf17f7b67a652 diff --git a/docs/content/shared-javascript-and-cpp-documentation/text-label.md b/docs/content/shared-javascript-and-cpp-documentation/text-label.md index 908fedd..c08af6d 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/text-label.md +++ b/docs/content/shared-javascript-and-cpp-documentation/text-label.md @@ -1,5 +1,5 @@ -/** - * + # Text Label {#text-label} @@ -398,20 +398,20 @@ label1.underlineHeight = 1; Name (JavaScript) | Name (C++) | Type | Writable | Animatable ---------------------|---------------------|--------------|--------------|----------- - renderingBackend | RENDERING_BACKEND | INTEGER | ✔ | ✘ - text | TEXT | STRING | ✔ | ✘ - fontFamily | FONT_FAMILY | STRING | ✔ | ✘ - fontStyle | FONT_STYLE | STRING | ✔ | ✘ - pointSize | POINT_SIZE | FLOAT | ✔ | ✘ - multiLine | MULTI_LINE | BOOLEAN | ✔ | ✘ - horizontalAlignment | HORIZONTAL_ALIGNMENT| STRING | ✔ | ✘ - verticalAlignment | VERTICAL_ALIGNMENT | STRING | ✔ | ✘ - textColor | TEXT_COLOR | VECTOR4 | ✔ | ✘ - shadowOffset | SHADOW_OFFSET | VECTOR2 | ✔ | ✘ - shadowColor | SHADOW_COLOR | VECTOR4 | ✔ | ✘ - underlineEnabled | UNDERLINE_ENABLED | BOOLEAN | ✔ | ✘ - underlineColor | UNDERLINE_COLOR | VECTOR4 | ✔ | ✘ - underlineHeight | UNDERLINE_HEIGHT | FLOAT | ✔ | ✘ + renderingBackend | RENDERING_BACKEND | INTEGER | O | X + text | TEXT | STRING | O | X + fontFamily | FONT_FAMILY | STRING | O | X + fontStyle | FONT_STYLE | STRING | O | X + pointSize | POINT_SIZE | FLOAT | O | X + multiLine | MULTI_LINE | BOOLEAN | O | X + horizontalAlignment | HORIZONTAL_ALIGNMENT| STRING | O | X + verticalAlignment | VERTICAL_ALIGNMENT | STRING | O | X + textColor | TEXT_COLOR | VECTOR4 | O | X + shadowOffset | SHADOW_OFFSET | VECTOR2 | O | X + shadowColor | SHADOW_COLOR | VECTOR4 | O | X + underlineEnabled | UNDERLINE_ENABLED | BOOLEAN | O | X + underlineColor | UNDERLINE_COLOR | VECTOR4 | O | X + underlineHeight | UNDERLINE_HEIGHT | FLOAT | O | X