mirror of
https://github.com/mpv-player/mpv
synced 2025-04-29 14:50:14 +00:00
putting blur and outline to the font.desc too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10423 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fd2db71883
commit
cc0485770c
@ -257,12 +257,12 @@ void render() {
|
||||
fprintf(f, "[info]\n");
|
||||
}
|
||||
|
||||
fprintf(f, "name 'Subtitle font for %s %s, \"%s%s%s\" face, size: %.1f pixels.'\n",
|
||||
fprintf(f, "name 'Subtitle font for %s %s, \"%s%s%s\" face, size: %.1f pixels, blur: %.1f, outline: %.1f'\n",
|
||||
encoding_name,
|
||||
unicode_desc ? "charset, Unicode encoding":"encoding",
|
||||
face->family_name ? face->family_name : font_path,
|
||||
face->style_name ? " ":"", face->style_name ? face->style_name:"",
|
||||
ppem);
|
||||
ppem, radius, thickness);
|
||||
|
||||
if (!append_mode) {
|
||||
#ifdef NEW_DESC
|
||||
|
Loading…
Reference in New Issue
Block a user