/* * SPDX-FileCopyrightText: 2020~2020 CSSlayer * * SPDX-License-Identifier: GPL-2.0-or-later * */ #ifndef _CONFIGLIB_FONT_H_ #define _CONFIGLIB_FONT_H_ #include #include namespace fcitx { QFont parseFont(const QString &str); } // namespace fcitx #endif // _CONFIGLIB_FONT_H_