 | | WideStudio/MWT Class Reference
| |
Class Name
WSCfontSet
Specification of methods
WSGIappFontSet Function Description
- Form
- WSCfontSet* WSGIappFontSet()
- Function
- Obtain a global instance of a font management class existing for each application
- Description
-
- Parameters
- None.
- Return value
- A pointer to a font management class instance
- Notice
- This is a global function, not a member function.
Do not release the returned pointer.
- Samples
-
//Obtain a font instance specifying a font number
WSDfont* font = WSGIappFontSet()->getFont(fno);
getFont Function Description
- Form
- WSDfont* getFont(short fno)
- Function
- Obtain a font instance by a font number
- Description
-
- Parameters
-
(in)short fno | Font number |
- Return value
- Font instance
- Notice
- Do not release the returned font instance.
- Samples
- Please refer to WSGIappFontSet()
getDefaultFontNo Function Description
- Form
- short getDefaultFontNo()
- Function
- Obtain a font number of the default font.
- Description
-
- Parameters
- None.
- Return value
- Font number
- Notice
-
- Samples
-
short fno = WSGIappFontSet()->getDefaultFontNo();
getDefaultFont Function Description
- Form
- WSDfont* getDefaultFont()
- Function
- Obtain a default font instance.
- Description
-
- Parameters
- None.
- Return value
- Font instance
- Notice
-
- Samples
-
WSDfont* font = WSGIappFontSet()->getDefaultFont();
Document Release 3.90 For use with WideStudio/MWT Release 3.90, Summer 2005 WideStudio/MWT Home | Up to Copyright(C) WideStudio/MWT Development Team, 1999-2005 | | Last modified: June 25, 2005 | |