Problem description: The problem is that Osaka font is used as UI font. Expected behavior is that Hiragino Gothic font are used as UI font instead of Osaka font. This problem will be solved by editing officecfg/registry/data/org/openoffice/VCL.xcu.
Seems like a reasonable request. Presumably the design / l10n teams will need to be consulted to determine how the change (if any) should be made. For clarity, the two entries in the referenced location mentioning "Osaka" are both in the "ja" locale entries: <prop oor:name="UI_FIXED" oor:type="xs:string" oor:op="replace"> <value>HG ゴシックB Sun;HG-GothicB Sun;HG Mincho Light J;MS Pゴシック;Osaka;ヒラギノ角ゴ ProN W3;ヒラギノ角ゴ Pro W3;TLPゴシック;LXゴシック;HGPGothicB;IPA Pゴシック;東風ゴシック;さざなみゴシック;Kochi Gothic;UmePlus Gothic;Gothic</value> </prop> <prop oor:name="UI_SANS" oor:type="xs:string" oor:op="replace"> <value>HG PゴシックB Sun;Osaka;ヒラギノ角ゴ ProN W3;ヒラギノ角ゴ Pro W3;HG-PGothicB Sun;HG PゴシックB;HG-PGothicB;HG-GothicB;UmePlus P Gothic;HG Mincho Light J;標準;TLPゴシック;LXゴシック;HGPGothicB;IPA Pゴシック;東風ゴシック;さざなみゴシック;Kochi Gothic;Gothic;Gnu-Unifont</value> </prop> Status set to NEW.
This is an enhancement request -> Severity: enhancement
(In reply to Matthew Francis from comment #2) > This is an enhancement request > > -> Severity: enhancement Thanks, I seem that this bug had resolved by the following commit. commit e2a41b4415f59c2c6a75f40775a19c8ce4cbdb42 Author: Caolán McNamara <caolanm@redhat.com> Date: Mon Dec 15 14:04:08 2014 +0000 don't screw around with the system font selection After this commit, Hiragino Kaku Gothic font is used as UI font in Japanese locale, and Osaka font isn't used.
In comment 4 a fix was identified, so I’m closing this report. Please don’t hesitate to reopen it if the problem resurfaces in the future.