Selur's Little Message Board

Full Version: Request GUI font change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've used MeGUI, staxrip, but Hybrid Encoder is the best. I hope I can change GUI font.

Is it possible for the next update?

LOL
Do you want to change the font, or just the font size?
You can already change the font size by creating a misc.ini file with the right content, see: [INFO] *hidden* Hybrid options,...
Changing the font itself, could probably be done using custom styling. (see the links near the bottom of [INFO] *hidden* Hybrid options,...)

Cu Selur
(08.01.2019, 18:02)Selur Wrote: [ -> ]Do you want to change the font, or just the font size?
You can already change the font size by creating a misc.ini file with the right content, see: [INFO] *hidden* Hybrid options,...
Changing the font itself, could probably be done using custom styling. (see the links near the bottom of [INFO] *hidden* Hybrid options,...)

Cu Selur


I saw hidden options. I'm already using a few.
However, I wanted to change the GUI to Verdana font.
I'm not sure because it's difficult. I'm just going to use it like this.
Thank you for checking it out.
Quote:I'm not sure because it's difficult. I'm just going to use it like this.
Nope, it's quite easy.
1. Create a file named for example 'verdana.qss' with the following content:
Code:
/* WIDGET */

QWidget
{
    font-family: Verdana;
}
inside the Hybrid/styles-folder.
2. Start Hybrid
3. Set "Config->View->Style sheet" to '.\styles\verdana.qss' and most of the GUI should change.

Cu Selur
It's settled. Thank you very much.