45 #include <visp3/core/vpColor.h>
46 #include <visp3/core/vpImage.h>
60 vpFont(
unsigned int height = 16,
const vpFontFamily &fontFamily = TRUETYPE_FILE,
61 const std::string &ttfFilename = std::string(VISP_RUBIK_REGULAR_FONT_RESOURCES));
65 unsigned char color)
const;
67 unsigned char background)
const;
71 const vpColor &background)
const;
73 unsigned int getHeight()
const;
75 bool setHeight(
unsigned int height);
Class to define RGB colors available for display functionnalities.
Font drawing functions for image.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...