Jump to content

Recommended Posts

Posted (edited)

Someone know what font that is used for example on the explorerbar (see picture).

I've tried pretty much every font I have but none looks like the one in the picture.

If someone know the fontname, size and weight used by GUICtrlSetFont please let me know.

Posted Image

Edited by Pain
Posted

  Pain said:

Someone know what font that is used for example on the explorerbar (see picture).

I've tried pretty much every font I have but none looks like the one in the picture.

If someone know the fontname, size and weight used by GUICtrlSetFont please let me know.

Posted Image

It's Tahoma, size 8.5, Bold. In AutoIt:

GuiSetFont(8.5, 800, 1, "Tahoma")

*or*

GUICtrlSetFont(-1, 8.5, 800, 1, "Tahoma")

I know it because I have searched for the same font! It was hard to find it, because we normally test with size 8, then 9, etc. but rarely with 8.5 !!!

Hope you have less 'Pain' now :)

Cheers, Charvi

Posted

Thanks, you really saved me some time. However the hardest part was the weight since 8.5 is the default size.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...