_NvOSD_FontParams¶
-
struct
_NvOSD_FontParams
¶ Holds the font parameters of the text to be overlayed.
Public Members
-
char *
font_name
¶ Holds a pointer to the string containing the font name.
To display a list of supported fonts, run the fc-list command.
-
unsigned int
font_size
¶ Holds the size of the font.
-
NvOSD_ColorParams
font_color
¶ Holds the font color.
-
char *