#include <BCFontPlatformDataPrivateEmbedded.h>

Public Member Functions | |
| BCFontPlatformDataPrivateEmbedded () | |
| ~BCFontPlatformDataPrivateEmbedded () | |
| virtual int | init () |
| This method is used to initialize FreeType and Fontconfig libraries. | |
| virtual bool | isFixedPitch () |
| This method determines wether the used font has a fixed pitch or not. | |
| virtual unsigned | hash () const |
| |
| virtual bool | isEqual (const BIFontPlatformDataPrivate *) const |
| |
| void | setFont (const FontDescription &fontDescription) |
| PixelFontType * | fontType () |
| BAL::BCFontPlatformDataPrivateEmbedded::BCFontPlatformDataPrivateEmbedded | ( | ) |
| BAL::BCFontPlatformDataPrivateEmbedded::~BCFontPlatformDataPrivateEmbedded | ( | ) |
| int BAL::BCFontPlatformDataPrivateEmbedded::init | ( | ) | [virtual] |
This method is used to initialize FreeType and Fontconfig libraries.
Implements BAL::BIFontPlatformDataPrivate.
| bool BAL::BCFontPlatformDataPrivateEmbedded::isFixedPitch | ( | ) | [virtual] |
This method determines wether the used font has a fixed pitch or not.
Implements BAL::BIFontPlatformDataPrivate.
| unsigned BAL::BCFontPlatformDataPrivateEmbedded::hash | ( | ) | const [virtual] |
| bool BAL::BCFontPlatformDataPrivateEmbedded::isEqual | ( | const BIFontPlatformDataPrivate * | other | ) | const [virtual] |
| void BAL::BCFontPlatformDataPrivateEmbedded::setFont | ( | const FontDescription & | fontDescription | ) |
| PixelFontType* BAL::BCFontPlatformDataPrivateEmbedded::fontType | ( | ) | [inline] |