(12-30-2022, 11:48 AM)AlexBryansk Wrote: Support can be added.The font defined in grub.cfg is valid, it doesn't seem to apply the font defined in theme.txt
At the moment, grub2 allows you to set your own font for any inscription: title, label, tips, menu.
If you use one font for all inscriptions. Then you can add parameters to theme.txt that will change the font automatically at different resolutions (widths) of the monitor.
For example: "font-resolution-1080", "font-resolution-900", "font-resolution-768"...
Separate fonts can be assigned for theme files in the ventoy.json file. I'm testing different resolutions on just one theme file.
e.g
+ label {
font = "NanumGothic_Regular14"
text = "Enter:Λ V (menü seçimi)Kısayol tuşları:[F1/Ctrl+mdwriuL]"
color = "#e60d1c"
align = "center"
top = 69%
left = 23%
}