X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Ftext-field.md;h=05bf048234cf599d6b523bf964d6f043c360bf0d;hb=daa53bafd34781116b8cb3a2a8c54475a932ba21;hp=3706bfcfbe12cd37f97b00adfe7582df4b162ec0;hpb=6d45926c0a3021341e86c10accab175be3126414;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/text-field.md b/docs/content/shared-javascript-and-cpp-documentation/text-field.md index 3706bfc..05bf048 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/text-field.md +++ b/docs/content/shared-javascript-and-cpp-documentation/text-field.md @@ -1,5 +1,5 @@ -/** - * + # Text Field {#text-field} @@ -51,22 +51,7 @@ console.log( field.text ); ### Font Selection -TextField will automatically select a suitable fonts, in the same was as TextLabel. -The preferred font can also be selected from a JSON stylesheet: - -~~~{.json} -{ - "styles": - { - "textfield": - { - "font-family":"Arial", - "font-style":"Regular", - "point-size":8 - } - } -} -~~~ +By default TextField will automatically select a suitable font from the platform. However, a different font could be selected. See the [Font Selection](@ref font-selection) section for more details. ### Text Alignment