Description of TRegFont Dialog :
TRegFontDialog is a enhance TFontDialog that have ability to read and write properties to registry. Added two new functions:function StringToStyle (tong:string): TFontStyles;function StyleToString (tong:TFontStyles): string;Those two functions will convert TFontStyles to string ans vice vesa. Useful when you want to read/write Font.Style to registry.