Menu

Problem with lefttoright="false"

Cristian
2013-01-19
2021-09-19
  • Cristian

    Cristian - 2013-01-19

    I can not reverse the order of a word with lefttoright="false",
    For example I want to reverse the word "CHESS" to "SSEHC"
    this is my code:

    <shape>

    <appearance>
      <material ambientIntensity='0.0933' diffuseColor='black' shininess='0.51' specularColor='0.46 0.46 0.46'></material>
    </appearance>
    <text string='CHESS' solid='false'>
        <fontstyle family="'Times' 'Orbitron'" size="0.8" lefttoright="false"></fontstyle>
    </text>
    

    </shape>

    please tell me what is wrong.

     
  • Don Brutzman

    Don Brutzman - 2021-09-19

    Based on your lower-case markup, this looks like an X3DOM example. If still a problem, recommend posting it there. https://www.x3dom.org

     

Log in to post a comment.