Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Defualt Font for DrawText

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

    Defualt Font for DrawText

    I would like to use DrawText(12 params) with autoscroll, so I need to use Font. Can you tell me what is the default Font, which is being used by the short version of DrawText (5 params)?

    #2
    Shai, I would expect that to be Arial with a size of 8.

    Comment


      #3
      Thanks. So can you show me the example of use? Which Font.From... do you use?

      Comment


        #4
        You can just define a variable like this for the font and use in your call to see -

        private Font font = new Font("Arial", 8);

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        331 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        210 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        196 views
        1 like
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        286 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        242 views
        0 likes
        Last Post CarlTrading  
        Working...
        X