NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
_NvOSD_FontParams Struct Reference

Detailed Description

Holds the font parameters of the text to be overlayed.

Definition at line 91 of file nvll_osd_struct.h.

Data Fields

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

Field Documentation

NvOSD_ColorParams _NvOSD_FontParams::font_color

Holds font color.

Definition at line 102 of file nvll_osd_struct.h.

char* _NvOSD_FontParams::font_name

Holds pointer to the string containing font name.

The list of supported fonts can be obtained by running fc-list command

Definition at line 92 of file nvll_osd_struct.h.

unsigned int _NvOSD_FontParams::font_size

Holds size of the font.

Definition at line 100 of file nvll_osd_struct.h.


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