NVIDIA DeepStream SDK API Reference

6.4 Release
_NvOSD_FontParams Struct Reference

Detailed Description

Holds the font parameters of the text to be overlayed.

Definition at line 97 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_FontParams:

Data Fields

char * font_name
 Holds a pointer to the string containing the font name. More...
 
unsigned int font_size
 Holds the size of the font. More...
 
NvOSD_ColorParams font_color
 Holds the font color. More...
 

Field Documentation

◆ font_color

NvOSD_ColorParams _NvOSD_FontParams::font_color

Holds the font color.

Definition at line 107 of file nvll_osd_struct.h.

◆ font_name

char* _NvOSD_FontParams::font_name

Holds a pointer to the string containing the font name.

To display a list of supported fonts, run the fc-list command.

Definition at line 98 of file nvll_osd_struct.h.

◆ font_size

unsigned int _NvOSD_FontParams::font_size

Holds the size of the font.

Definition at line 105 of file nvll_osd_struct.h.


The documentation for this struct was generated from the following file: