Search the Community
Showing results for tags 'Fonts'.
-
Hi i'm trying to create a ClipPut with differents font size and font and then paste it into word document. I know in Word document, i can send("^+P") and change the font size, but it's not then best way to do if i have to change the font and size many time in the document. ShellExecute...
-
Is there any way to embed characters/codes/data/etc. within a text file so that when the script reads the text file to populate the edit box, said characters/codes/data/etc. can let the script know this word needs to be capitalized, that word needs to be underscored, etc.? For example, the text...
-
Hi, I have a problem with fonts. I'd like to use a custom font which is not originally in windows. The function I need for this is called AddFontResource from the gdi32 dll. I'm trying and fail most of the times. (Yes sometimes it works, and a rerun later it doesn't) There is one thing t...