Page 3 of 3

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Posted: 22 Apr 2023, 13:51
by robodesign
Please be more specific.

In my edition of GDIp, the text is blurry?

Please provide an example, test case.

To use a brush object, use the dedicated parameter named "user brush" of the function you mentioned.

Best regards, Marius.

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Posted: 24 Apr 2023, 09:14
by vanheartnet098
robodesign wrote:
22 Apr 2023, 13:51
Please be more specific.

In my edition of GDIp, the text is blurry?

Please provide an example, test case.

To use a brush object, use the dedicated parameter named "user brush" of the function you mentioned.

Best regards, Marius.
I think it has something to do with the unicode and ansi. Your Gdip edition is ok and working when I switched to unicode32. and its great thank you.

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Posted: 24 Apr 2023, 09:40
by robodesign
Never use ANSI, unless you know exactly what it means. And I suggest using the Unicode 64 bits edition.

Good luck with your stuff!

Best regards, Marius.

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Posted: 24 Apr 2023, 22:51
by vanheartnet098
robodesign wrote:
24 Apr 2023, 09:40
Never use ANSI, unless you know exactly what it means. And I suggest using the Unicode 64 bits edition.

Good luck with your stuff!

Best regards, Marius.
I use ansi, because i had this experience when installed unicode 32 and 64, when i compiled my ahk to exe, found out this decompiler stuff on youtube, where you can decompile an exe made from ahk, even if its compressed with upx or empress. My first version of ahk is 1.0.92 if im not mistaken, im not sure if the decompiler stuff still works with the latest ahk version.

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Posted: 25 Apr 2023, 04:59
by TAC109
@vanheartnet098
I’m only addressing your compiler question in your last post - with recent versions of AutoHotkey 1.1 there are ways of hiding the script within the compiled .exe, such as with ScriptGuard.

Cheers

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Posted: 25 Apr 2023, 17:53
by vanheartnet098
TAC109 wrote:
25 Apr 2023, 04:59
@vanheartnet098
I’m only addressing your compiler question in your last post - with recent versions of AutoHotkey 1.1 there are ways of hiding the script within the compiled .exe, such as with ScriptGuard.

Cheers
Thanks, This will really help me alot.

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Posted: 28 May 2023, 03:41
by Animan8000
Is there a version of this library for AutoHotkey v2 available?