L4T Multimedia API Reference

28.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
_NvOSD_FontParams Struct Reference

Detailed Description

Holds the font parameters of the text to be overlayed.

Definition at line 81 of file nvosd.h.

Collaboration diagram for _NvOSD_FontParams:

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 87 of file nvosd.h.

char* _NvOSD_FontParams::font_name

Holds pointer to the string containing font name.

Definition at line 82 of file nvosd.h.

unsigned int _NvOSD_FontParams::font_size

Holds size of the font.

Definition at line 85 of file nvosd.h.


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