DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
cl_video_subtitle_info_t Struct Reference
+ Collaboration diagram for cl_video_subtitle_info_t:

Data Fields

float alignment
 
dp_font_tfont
 
float fontsize
 
float height
 
float textalpha
 
float width
 
float x
 
float y
 

Detailed Description

Definition at line 420 of file cl_video.c.

Field Documentation

◆ alignment

float cl_video_subtitle_info_t::alignment

Definition at line 427 of file cl_video.c.

Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().

◆ font

dp_font_t* cl_video_subtitle_info_t::font

◆ fontsize

float cl_video_subtitle_info_t::fontsize

◆ height

float cl_video_subtitle_info_t::height

Definition at line 426 of file cl_video.c.

Referenced by CL_DrawVideo().

◆ textalpha

float cl_video_subtitle_info_t::textalpha

Definition at line 429 of file cl_video.c.

Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().

◆ width

float cl_video_subtitle_info_t::width

Definition at line 425 of file cl_video.c.

Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().

◆ x

float cl_video_subtitle_info_t::x

Definition at line 423 of file cl_video.c.

Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().

◆ y

float cl_video_subtitle_info_t::y

Definition at line 424 of file cl_video.c.

Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().


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