[Mplayer-cvslog] CVS: main cfg-common.h,1.121,1.122

Diego Biurrun diego at biurrun.de
Tue Dec 9 07:24:05 CET 2003


Alex Beregszaszi writes:
 > Modified Files:
 > 	cfg-common.h 
 > Log Message:
 > Fontconfig support based on patch by Arwed von Merkatz
 > <v.merkatz at gmx.net>, but slightly reworked
 > 
 > --- cfg-common.h	8 Dec 2003 09:32:39 -0000	1.121
 > +++ cfg-common.h	8 Dec 2003 13:11:52 -0000	1.122
 > @@ -257,6 +257,13 @@
 >   	{"subfont-outline", &subtitle_font_thickness, CONF_TYPE_FLOAT, CONF_RANGE, 0, 8, NULL},
 >   	{"subfont-autoscale", &subtitle_autoscale, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
 >  #endif
 > +#ifdef HAVE_FONTCONFIG
 > +	{"fontconfig", &font_fontconfig, CONF_TYPE_FLAG, 0, 0, 1, NULL},

Hmm, this option is not documented, there was a patch for the man
page, but it just added the lines marked with -->

        -font <path\ to\ font.desc\ file>
-->     With Fontconfig, this option determines the fontconfig font name.

        EXAMPLE:
-->     -font 'Bitstream Vera Sans'

So what does it do?

Diego



More information about the MPlayer-cvslog mailing list