![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
float | alignment |
dp_font_t * | font |
float | fontsize |
float | height |
float | textalpha |
float | width |
float | x |
float | y |
Definition at line 420 of file cl_video.c.
float cl_video_subtitle_info_t::alignment |
Definition at line 427 of file cl_video.c.
Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().
dp_font_t* cl_video_subtitle_info_t::font |
Definition at line 422 of file cl_video.c.
Referenced by CL_DrawVideo(), CL_DrawVideo_DisplaySubtitleLine(), and CL_DrawVideo_WordWidthFunc().
float cl_video_subtitle_info_t::fontsize |
Definition at line 428 of file cl_video.c.
Referenced by CL_DrawVideo(), CL_DrawVideo_DisplaySubtitleLine(), and CL_DrawVideo_WordWidthFunc().
float cl_video_subtitle_info_t::height |
Definition at line 426 of file cl_video.c.
Referenced by CL_DrawVideo().
float cl_video_subtitle_info_t::textalpha |
Definition at line 429 of file cl_video.c.
Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().
float cl_video_subtitle_info_t::width |
Definition at line 425 of file cl_video.c.
Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().
float cl_video_subtitle_info_t::x |
Definition at line 423 of file cl_video.c.
Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().
float cl_video_subtitle_info_t::y |
Definition at line 424 of file cl_video.c.
Referenced by CL_DrawVideo(), and CL_DrawVideo_DisplaySubtitleLine().