Jump to content

Recommended Posts

Posted

Well done!

Suggestion: how about a word wrap of the text in the preview window when you double click on a font and made the font size bigger?

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

  • 2 weeks later...
Posted (edited)

I already said how very nice this is. Nevertheless...

Script is among others, exhibiting a proper way of dealing with configuration data. Reading and storing is handled just the way it should be.

Examining this script yow will see why ini files should be left behind.

To tell you the truth, seeing this thread rated with anything other than five, makes me feel sad and disappointed. But I guess that's the way things are these days.

Thanks Yashied.

edit: eng

Edited by trancexx

♡♡♡

.

eMyvnE

  • 4 months later...
  • 1 month later...
  • 1 month later...
  • 3 years later...
  • 3 months later...
  • 7 months later...
Posted

I'm having trouble with the source code of version 1.4. Au3Check gives 226 errors.
 
In fontviewer.au3:
$WM_DROPFILES previously declard as a 'Const'.
 
In ColorChooser.au3:
$ghGDIPDLL: undeclared global variable.
 
But most of them are like this in WinAPIEx.au3:
_WinAPI_xxxxxxxx() already defined.

What is the problem here?

  • 10 years later...
Posted
1 hour ago, SecretAgent said:

But does anyone have a copy of this script they could upload ?

Lets see, ...fund my socks, half a bottle of vodka from a 2010 party, .. oh, here it is. Found it ! FontViewer_source.zip
Is old code so it is unlikely that it'll run as is. Have fun :)

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Posted

Found a copy of 1.4  thanks to SMF 😋 in my archive drive at the location "E:\__code\TB_TurboBooster\Workbench\_testcode\FontViewer_source.zip" 🙄.

Updated that too to 3.3.16.1, here's a copy of that plus the original code  FontViewer_1.4.zip

Additionally fixed a bug in the enumeration of the system fonts.

; $hKey = _WinAPI_RegOpenKey($HKEY_LOCAL_MACHINE, StringTrimLeft($REG_KEY_TRUETYPE, 5))
; needs to be
$hKey = _WinAPI_RegOpenKey($HKEY_LOCAL_MACHINE, StringTrimLeft($REG_KEY_TRUETYPE, 5),BitOR($KEY_QUERY_VALUE , $KEY_WOW64_32KEY))

 

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...