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 Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                656 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                371 views
                1 like
                Last Post Geovanny Suaza  
                Started by Mindset, 02-09-2026, 11:44 AM
                0 responses
                109 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                0 responses
                574 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                579 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X