Krita Source Code Documentation
Loading...
Searching...
No Matches
KisUiFont.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021 Alvin Wong <alvin@alvinhc.com>
3
*
4
* SPDX-License-Identifier: GPL-3.0-or-later
5
*/
6
7
#ifndef KIS_UI_FONT_H
8
#define KIS_UI_FONT_H
9
10
#include "kritaui_export.h"
11
12
#include <QFont>
13
14
namespace
KisUiFont
15
{
16
21
KRITAUI_EXPORT QFont
normalFont
();
22
27
KRITAUI_EXPORT QFont
dockFont
();
28
29
}
// namespace KisUiFont
30
31
#endif
// KIS_UI_FONT_H
KisUiFont
Definition
KisUiFont.cpp:27
KisUiFont::normalFont
QFont normalFont()
Gets a font for normal UI widgets to use.
Definition
KisUiFont.cpp:81
KisUiFont::dockFont
QFont dockFont()
Gets a font with a smallish font size for dock widgets to use.
Definition
KisUiFont.cpp:98
libs
ui
KisUiFont.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52