ibus-rime icon indicating copy to clipboard operation
ibus-rime copied to clipboard

Specify font to use with RIME on Linux

Open dosssman opened this issue 5 years ago • 1 comments

Greetings.

Thanks for open-sourcing this library.

Is there any way to configure the font that is used by ibus-rime to display the characters ? I happen to have some Japanese font installed too, and they seem to override the Chinese fonts, so I would like to specify which font to use to RIME.

It seems to be possible using either squirrel or weasel, but I am on a native Linux system, and adding using config specification in the lines of:

# ibus_rime.yaml
style:
  font_face: "Souce Han Sans CN"
  font_size: 14

unfortunately does not seem to work.

Is there any other alternative to achieve the desired results ?

Thanks in advance for your time.

dosssman avatar Sep 13 '20 06:09 dosssman

Have you had a chance to adjust the font settings through ibus-setup, a gtk program to configure ibus?

This might help resolve your issue.

For more detail please refer to https://github.com/ibus/ibus/wiki/ReadMe .

xxgj avatar Apr 19 '25 03:04 xxgj