[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=SystemFonts Info=Specifies the fonts used to display text in Windows display elements. [Property] Name=Sets the name of the component. ARG(string)|2| [Methods] doGetFontByName=Returns a font object that corresponds to the specified system font name. ARG(string systemFontName)|1|0 onGetFontByName=Occurs after invoke the method doGetFontByName and returns the result. ARG(Font)|2|0 *CaptionFont=Returns a Font that is used to display text in the title bars of windows. ARG(Font)|3|0 *DefaultFont=Returns the default font that applications can use for dialog boxes and forms. ARG(Font)|3|0 *DialogFont=Returns a font that applications can use for dialog boxes and forms. ARG(Font)|3|0 *IconTitleFont=Returns a Font that is used for icon titles. ARG(Font)|3|0 *MenuFont=Returns a Font that is used for menus. ARG(Font)|3|0 *MessageBoxFont=Returns a Font that is used for message boxes. ARG(Font)|3|0 *SmallCaptionFont=Returns a Font that is used to display text in the title bars of small windows, such as tool windows. ARG(Font)|3|0 *StatusFont=Returns a Font that is used to display text in the status bar. ARG(Font)|3|0 systemFontName=Defines the name of the system font you need a font object for. ARG(string)|4|2