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 SalmaTrader, 07-07-2026, 10:26 PM
                0 responses
                52 views
                0 likes
                Last Post SalmaTrader  
                Started by CarlTrading, 07-05-2026, 01:16 PM
                0 responses
                23 views
                0 likes
                Last Post CarlTrading  
                Started by CaptainJack, 06-17-2026, 10:32 AM
                0 responses
                16 views
                0 likes
                Last Post CaptainJack  
                Started by kinfxhk, 06-17-2026, 04:15 AM
                0 responses
                23 views
                0 likes
                Last Post kinfxhk
                by kinfxhk
                 
                Started by kinfxhk, 06-17-2026, 04:06 AM
                0 responses
                24 views
                0 likes
                Last Post kinfxhk
                by kinfxhk
                 
                Working...
                X