X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Ftext-editor.md;h=707258e3eecf34b369e6bdbf4fb40458634ebb64;hb=refs%2Fchanges%2F60%2F166060%2F26;hp=0da1f43c7d867a96d4e30843cc771d0604f12132;hpb=07f42751dbdbf750111752a824ec989fc25f64fe;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/text-editor.md b/docs/content/shared-javascript-and-cpp-documentation/text-editor.md index 0da1f43..707258e 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/text-editor.md +++ b/docs/content/shared-javascript-and-cpp-documentation/text-editor.md @@ -128,6 +128,16 @@ editor.textColor = dali.COLOR_CYAN; inputFontFamily | INPUT_FONT_FAMILY | STRING | O | X inputFontStyle | INPUT_FONT_STYLE | STRING | O | X inputPointSize | INPUT_POINT_SIZE | FLOAT | O | X + lineSpacing | LINE_SPACING | FLOAT | O | X + inputLineSpacing | INPUT_LINE_SPACING | FLOAT | O | X + underline | UNDERLINE | STRING | O | X + inputUnderline | INPUT_UNDERLINE | STRING | O | X + shadow | SHADOW | STRING | O | X + inputShadow | INPUT_SHADOW | STRING | O | X + emboss | EMBOSS | STRING | O | X + inputEmboss | INPUT_EMBOSS | STRING | O | X + outline | OUTLINE | STRING | O | X + inputOutline | INPUT_OUTLINE | STRING | O | X @class TextEditor