New upstream version 0.15.4+dfsg1
This commit is contained in:
parent
55d5047af0
commit
67704ac59c
359 changed files with 8423 additions and 1050 deletions
|
|
@ -1,8 +1,9 @@
|
|||
TextFreetype2="文字 (FreeType 2)"
|
||||
Font="字型"
|
||||
Text="文字"
|
||||
TextFile="文字檔案 (UTF-8 或 UTF-16)"
|
||||
TextFileFilter="文字檔案 (*.txt);;"
|
||||
ChatLogMode="聊天記錄模式(最多 6 行)"
|
||||
ChatLogMode="聊天記錄模式 (最後 6 行)"
|
||||
Color1="顏色 1"
|
||||
Color2="顏色 2"
|
||||
Outline="外框"
|
||||
|
|
|
|||
|
|
@ -447,8 +447,6 @@ static void *ft2_source_create(obs_data_t *settings, obs_source_t *source)
|
|||
|
||||
obs_data_set_default_int(settings, "color1", 0xFFFFFFFF);
|
||||
obs_data_set_default_int(settings, "color2", 0xFFFFFFFF);
|
||||
obs_data_set_default_string(settings, "text",
|
||||
"The lazy snake jumps over the happy MASKEN.");
|
||||
|
||||
ft2_source_update(srcdata, settings);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue