A text sets a different style

Ask for help, how to use AHK_H, etc.
arcticir
Posts: 694
Joined: 17 Nov 2013, 11:32

A text sets a different style

26 May 2017, 22:26

If you use TT (), you will find that it uses a lot of styles on a piece of text, E.g:

Image

How to achieve in the ordinary GUI text to achieve the same effect?

E.g, in the following GUI, with bold expression "Google Photos"

Image
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: A text sets a different style

27 May 2017, 03:15

Gui, Font and Link?

Code: Select all

Gui,Font, s16 bold, Arial
Gui,Add, Text,,This is title
gui,Font, s10 normal, Times New Roman
Gui,Add, link,y+1,Rest of the text`, more on <a>http:\\autohotkey.com</a>
Gui,Show
return
GuiClose:
ExitApp
arcticir
Posts: 694
Joined: 17 Nov 2013, 11:32

Re: A text sets a different style

27 May 2017, 03:40

This seems to be my misunderstanding. Can not define each word like HTML?

Return to “Ask for Help”

Who is online

Users browsing this forum: No registered users and 51 guests