Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to control a drawing object size?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Please add my vote too.
    If I use fonts like Windins, for example symbol of arrow, how to adjust arrow end to the y value?
    And how to add some symbol from Windings? If I just copy from MSWord and past in NT script, it doesn't know it
    Last edited by alexstox; 02-13-2014, 02:09 AM.

    Comment


      #17
      If I use fonts like Windins, for example symbol of arrow, how to adjust arrow end to the y value?
      And how to add some symbol from Windings? If I just copy from MSWord and past in NT script, it doesn't know it

      Comment


        #18
        please help

        Comment


          #19
          Alex, you would need to setup first the Wingdings font you wish to use as variable for example -

          private Font font1 = new Font("Wingdings", 15);

          Then include this in the advanced overload for your DrawText call and enter the string representing the Wingdings character you wish to use - i.e.

          DrawText(CurrentBar.ToString(), true, "t", 0, Low[0] - TickSize, 0, Color.Blue, font1, StringAlignment.Center, Color.Black, Color.DarkGray, 5);

          Comment


            #20
            Please add my vote for having a new Draw property for shapes that let's us control the size of the Draw object.

            Comment


              #21
              Added yours in aventeren, thanks.

              Comment


                #22
                Hello

                Good topic.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by charlesugo_1, 05-26-2026, 05:03 PM
                0 responses
                59 views
                0 likes
                Last Post charlesugo_1  
                Started by DannyP96, 05-18-2026, 02:38 PM
                1 response
                143 views
                0 likes
                Last Post NinjaTrader_ChelseaB  
                Started by CarlTrading, 05-11-2026, 05:56 AM
                0 responses
                161 views
                0 likes
                Last Post CarlTrading  
                Started by CarlTrading, 05-10-2026, 08:12 PM
                0 responses
                97 views
                0 likes
                Last Post CarlTrading  
                Started by Hwop38, 05-04-2026, 07:02 PM
                0 responses
                276 views
                0 likes
                Last Post Hwop38
                by Hwop38
                 
                Working...
                X