Remove V8 plugin
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / font-selection.md
@@ -60,17 +60,6 @@ label.SetProperty( TextLabel::Property::FONT_STYLE,
 label.SetProperty( TextLabel::Property::POINT_SIZE,  12.0f );
 ~~~
 
-~~~{.js}
-// JavaScript
-
-label.fontFamily = "FreeSerif";
-label.fontStyle = {
-                    "weight" : "bold",
-                    "slant"  : "italic"
-                  };
-label.pointSize = 12;
-~~~
-
 However the text control will fall-back to using the default font, if the requested font does not support the required scripts.
 
 ### Font Styles
@@ -122,12 +111,6 @@ in the style sheet are applied after the base section ("textlabel"), so take pre
 
   label.SetProperty( Control::Property::STYLE_NAME, "custom" );
 ~~~
-~~~{.js}
-  // JavaScript
-
-  label.styleName = "customLabel"';
-~~~
-
 ~~~{.json}
 {
   "styles":