Ocean
|
The Ocean CV Fonts Library provides font functionalities like drawing/rendering text. More...
Data Structures | |
class | Ocean::CV::Fonts::Font |
This class is the base class for all font implementations. More... | |
class | Ocean::CV::Fonts::FontManager |
This class implements the manager for all fonts. More... | |
class | Ocean::CV::Fonts::FTFont |
This class implements a font based on FreeType. More... | |
class | Ocean::CV::Fonts::FTFontManager |
This class implements the actual manager for all FreeType fonts. More... | |
class | Ocean::CV::Fonts::Utilities |
This class implements utility functions for the FreeType font library. More... | |
Typedefs | |
typedef std::shared_ptr< Font > | Ocean::CV::Fonts::SharedFont |
Definition of a shared font pointer. More... | |
The Ocean CV Fonts Library provides font functionalities like drawing/rendering text.
The library is platform independent.
typedef std::shared_ptr<Font> Ocean::CV::Fonts::SharedFont |
Definition of a shared font pointer.