Hi, all
I need to use SAL_USE_VCLPLUGIN=gen so I can read KeyID tags.
I want to change the font size for LibreOfficeDev when using SAL_USE_VCLPLUGIN=gen. My display has a high dpi and the regular font is too small.
I already tried in ~/.Xresources
(each line on a different attempt, not all at once):
LibreOfficeDev.libreofficedev.font: DejaVu Sans Mono 16
LibreOfficeDev.libreofficedev-startcenter.font: DejaVu Sans Mono 16
LibreOfficeDev*font: DejaVu Sans Mono 16
libreofficedev*.font: DejaVu Sans Mono 16
…and after merging, as in
xrdb ~/.Xresources
…I still have tiny little font.
(I used xprop
to find out the WM_NAME
and WM_CLASS
.)
Is there any other way to manipulate the font, such as environmental command-line variables? Or where are the right attributes to use?
I’m on Linux Manjaro.