Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

inet
Class CzzImageFont

   in zz_image_font.h

class CzzImageFont


Constructor Summary
CzzImageFont( const CzzImageFont& obj )
          
CzzImageFont( const ZZ_IMAGE_FONT_TYPE& type )
          
virtual ~CzzImageFont()
          
 
Method Summary
protected gdFontPtr findFontPtr( void ) const
          
 int getHeight( void ) const
          
 const ZZ_IMAGE_FONT_TYPE& getType( void ) const
          
 int getWidth( void ) const
          
 static ZZ_IMAGE_FONT_ORIENTATION horizontal( void )
          
 const CzzImageFont& operator=( const CzzImageFont& obj )
          
 static ZZ_IMAGE_FONT_ORIENTATION vertical( void )
          
 

Constructor Detail

CzzImageFont

public CzzImageFont( const CzzImageFont& obj );

CzzImageFont

public CzzImageFont( const ZZ_IMAGE_FONT_TYPE& type );

~CzzImageFont

public virtual ~CzzImageFont();


Method Detail

findFontPtr

protected gdFontPtr findFontPtr( void ) const;

getHeight

public int getHeight( void ) const;

getType

public const ZZ_IMAGE_FONT_TYPE& getType( void ) const;

getWidth

public int getWidth( void ) const;

horizontal

public static ZZ_IMAGE_FONT_ORIENTATION horizontal( void );

operator=

public const CzzImageFont& operator=( const CzzImageFont& obj );

vertical

public static ZZ_IMAGE_FONT_ORIENTATION vertical( void );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD