Forum Discussion

petra's avatar
petra
Contributor
10 years ago

changing font size

Hi! 

Is it possibe to change font size in Workspace. for example in the tests, in project explorer, logging ... 

My Screen ist 1920 x 1080 and its very hard to read. 

I only found a solution for changing in code editor, 

have a nice day

petra

8 Replies

  • djadhav's avatar
    djadhav
    Regular Contributor

    Please see attached screenshot.

    Click Tools > Options

    In the options panel, click Panels > Code Editor > Display

    I personally use Arial Unicode MS with font size 10.

    • petra's avatar
      petra
      Contributor

      Hi Many thanks. This is only for the code editor. 

       

      What i mean is the font size in logs or in the object browser, by keyword testing and so on.

      Seems i have to change my monitorsettings.  

      • Ravik's avatar
        Ravik
        Super Contributor

        Try below code, I may help you to format result/log

         

        Sub LogFont

         

        Set attr = Log.CreateNewAttributes

        attr.Bold = true

        attr.FontColor = RGB(0, 100, 0)

        Call log.Checkpoint("Actual Result : This is my Test - ","", pmNormal, attr)

         

        End Sub

         

         

        OR

         

        1- Go to Test Log

        2- Right click on it

        3- Select Format Colums

         

        Do the changes whatewer you want.