mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Add CalamaresUtils::defaultFont()
This commit is contained in:
parent
93c515ccef
commit
25e388aa29
2 changed files with 10 additions and 0 deletions
|
@ -206,6 +206,15 @@ defaultFontHeight()
|
|||
}
|
||||
|
||||
|
||||
QFont
|
||||
defaultFont()
|
||||
{
|
||||
QFont f;
|
||||
f.setPointSize( defaultFontSize() );
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
setDefaultFontSize( int points )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue