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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X