Merge pull request #1480 from kkartaltepe/module-descriptions

Plugins: Add descriptions to modules
This commit is contained in:
Jim
2018-09-16 15:34:28 -07:00
committed by GitHub
25 changed files with 100 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ FT_Library ft2_lib;
OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("text-freetype2", "en-US")
MODULE_EXPORT const char *obs_module_description(void)
{
return "FreeType2 text source";
}
uint32_t texbuf_w = 2048, texbuf_h = 2048;