[MPlayer-users] MPlayer not loading correct font
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Sun May 11 03:01:12 CEST 2008
On Saturday 10 May 2008 20:49:27 Vladimir Mosgalin wrote:
[...]
> When I move it to ~/.fonts, I can find it with fc-match:
>
> $ fc-match -v 'Fluid-Light'
> Pattern has 31 elts (size 32)
> family: "Fluid"(s)
> familylang: "en"(s)
> style: "light"(s)
> stylelang: "en"(s)
> fullname: "Fluid-light"(s)
> fullnamelang: "en"(s)
You got lucky here, 'Light' was parsed as font point size. The textual pattern
format is:
<families>-<point sizes>:<name1>=<values1>:<name2>=<values2>...
fc-match -v ':family=Fluid-Light' works as expected.
[...]
More information about the MPlayer-users
mailing list