Pain Posted January 5, 2009 Posted January 5, 2009 (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. Edited January 5, 2009 by Pain
charvi Posted January 6, 2009 Posted January 6, 2009 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. 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
Pain Posted January 6, 2009 Author Posted January 6, 2009 Thanks, you really saved me some time. However the hardest part was the weight since 8.5 is the default size.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now