43#include <visp3/core/vpColor.h>
44#include <visp3/core/vpImage.h>
59 vpFont(
unsigned int height = 16,
const vpFontFamily &fontFamily = TRUETYPE_FILE,
60 const std::string &ttfFilename = std::string(VISP_RUBIK_REGULAR_FONT_RESOURCES));
64 unsigned char color)
const;
66 unsigned char background)
const;
70 const vpColor &background)
const;
72 unsigned int getHeight()
const;
74 bool setHeight(
unsigned int height);
Class to define RGB colors available for display functionalities.
Font drawing functions for image.
vpFont(unsigned int height=16, const vpFontFamily &fontFamily=TRUETYPE_FILE, const std::string &ttfFilename=std::string(VISP_RUBIK_REGULAR_FONT_RESOURCES))
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Definition of the vpImage class member functions.