PM Library | classes |
class PMFont | ? ^ |
Font class.
The PMFont class manages the use of fonts. You can construct, destruct, copy, and assign objects of this class.
- Source:
- pm_font.h:22
- Author:
- Dmitry A Steklenev
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description PMFont constructor public Constructs the font object from characters string. name method public Returns the face name of the font. size method public Returns the point size of the font. attrs method public Returns the font attributes.
constructor PMFont | ? ^ > |
Constructs the font object from characters string.
- Source:
- pm_font.h:25
- Code:
public PMFont ( const char * fontname )
method name | ? ^ < > |
Returns the face name of the font.
- Source:
- pm_font.h:36
- Params:
result A buffer in which the face name is returned. size This is the size of the buffer specified by the result parameter. If the call is successful, this is overwritten with the number of bytes copied into the buffer.
- Code:
public char * name ( char * result , int size ) const
method size | ? ^ < > |
Returns the point size of the font.
- Source:
- pm_font.h:39
- Code:
public LONG size ( ) const
method attrs | ? ^ < > |
Returns the font attributes.
- Source:
- pm_font.h:41
- Code:
public const FATTRS * attrs ( ) const
Created Fri Aug 3 09:13:16 2012.
This documentation was generated automatically by
ccdoc v08r39 2003/02/27 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.