Comment 32 for bug 1227034

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Fumihito / Shushi,

I wrote a patch that adds 'binding="strong"' to two of the fonts-takao fontconfig recipes. A fonts-takao build with the patch is available in my PPA at https://launchpad.net/~gunnarhj/+archive/misc

With the current archive versions of the fonts-takao-gothic and fonts-takao-pgothic binary packages I get this:

$ LANG=ja_JP.UTF-8
$ fc-match 'sans-serif'
DroidSansJapanese.ttf: "Droid Sans" "Regular"
$ fc-match 'serif'
fonts-japanese-mincho.ttf: "Takao P明朝" "Regular"
$ fc-match 'monospace'
DroidSansJapanese.ttf: "Droid Sans" "Regular"

After having installed the versions of those packages from my PPA, I get this:

$ LANG=ja_JP.UTF-8
$ fc-match 'sans-serif'
fonts-japanese-gothic.ttf: "Takao Pゴシック" "Regular"
$ fc-match 'serif'
fonts-japanese-mincho.ttf: "Takao P明朝" "Regular"
$ fc-match 'monospace'
TakaoGothic.ttf: "Takaoゴシック" "Regular"

Can you please install fonts-takao-gothic and fonts-takao-pgothic from my PPA, carry out a 'real' test, and let us know the result?