0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
alex 2003-07-13 21:25:22 +00:00
parent fd2db71883
commit cc0485770c

View File

@ -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