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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        72 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        43 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        25 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        28 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        58 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X