summaryrefslogtreecommitdiff
path: root/src/common/fqterm_font.h
blob: 28344a7e2037a14ebb658c7afd0ccc52761146b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0-or-later

#ifndef FQTERM_FONT_H
#define FQTERM_FONT_H

#include <QString>

#include "fqterm_param.h"

namespace FQTerm {

QString getDefaultFontFamilyForLanguage(bool isEnglish);

}  // namespace FQTerm

#endif  // FQTERM_FONT_H