New upstream version 0.16.2+dfsg1
This commit is contained in:
parent
67704ac59c
commit
6efda2859e
377 changed files with 7938 additions and 696 deletions
14
plugins/text-freetype2/data/locale/uk-UA.ini
Normal file
14
plugins/text-freetype2/data/locale/uk-UA.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
TextFreetype2="Текст (FreeType 2)"
|
||||
Font="Шрифт"
|
||||
Text="Текст"
|
||||
TextFile="Текстовий файл (UTF-8 або UTF-16)"
|
||||
TextFileFilter="Текстові файли (*. txt);;"
|
||||
ChatLogMode="Режим чат-журналу (6 останніх рядків)"
|
||||
Color1="Колір 1"
|
||||
Color2="Колір 2"
|
||||
Outline="Контур"
|
||||
DropShadow="Тінь"
|
||||
ReadFromFile="Текст з файлу"
|
||||
CustomWidth="Фіксована ширина тексту"
|
||||
WordWrap="Перенос слів"
|
||||
|
||||
|
|
@ -35,6 +35,9 @@ static struct obs_source_info freetype2_source_info = {
|
|||
.id = "text_ft2_source",
|
||||
.type = OBS_SOURCE_TYPE_INPUT,
|
||||
.output_flags = OBS_SOURCE_VIDEO |
|
||||
#ifdef _WIN32
|
||||
OBS_SOURCE_DEPRECATED |
|
||||
#endif
|
||||
OBS_SOURCE_CUSTOM_DRAW,
|
||||
.get_name = ft2_source_get_name,
|
||||
.create = ft2_source_create,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue