Font DLL 1.0 by Soul_Eater

Welcome to Font DLL 1.2

This dll uses the $dll format, which can be //echo-ed, //set, ect.

It is now possible to change the titlebar of the font selection dialog!

To leave the Font Dialog's titlebar as default use:

//echo -a $dll(font.dll,Font,.)

To change the titlebar to anything you want use:

//echo -a $dll(font.dll,Font,TitlebarTextHere)


The Font dialog will come up, where your selections can be made.

It returns the selections in this format:

The returned options may be parsed with the $gettok identifer using character 44(,).

FontSize,RGBColor,-buis,FontName

-b = bold
-i = italic
-u = underline
-s = strikeout
 
Example:
        ________________________________
       |                                |
       | Text rgb color is black(0,0,0) |    
       |________________________________|       ________________ 
         |                                     |                |
         |                                     | Font is Arial  |
       9,0,-ub,Arial---------------------------|________________|
       |    |______________
 ______|_________     _____|________________________
|                |   |                              |
| Font Size is 9 |   |  Text is underlined and bold |
|________________|   |______________________________|

Notes:
To find the RGB color in mIRC form, try $rgb(RGBColor).

If the cancel button is clicked, $false is returned.

/dll font.dll DllInfo
Shows the DLL Information.

Contact:
Soul_Eater
AIM- SoulEata
Email- souleata@beer.com


Special Thanks to Naru for her help.