Ocean

The Ocean CV Fonts Library provides font functionalities like drawing/rendering text. More...

Collaboration diagram for Ocean CV Fonts Library:

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< FontOcean::CV::Fonts::SharedFont
 Definition of a shared font pointer. More...
 

Detailed Description

The Ocean CV Fonts Library provides font functionalities like drawing/rendering text.

The library is platform independent.

Typedef Documentation

◆ SharedFont

typedef std::shared_ptr<Font> Ocean::CV::Fonts::SharedFont

Definition of a shared font pointer.

See also
Font.