ImagingTools Core SDK
Main Page
Related Pages
Topics
Namespaces
Classes
Examples
ImtCore
Include
imtstyle
IFontProvider.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2
#pragma once
3
4
5
// ImtCore includes
6
#include <imtstyle/IDesignSchemaInfoProvider.h>
7
8
9
class
QFont;
10
11
12
namespace
imtbase
13
{
14
class
ICollectionInfo;
15
}
16
17
namespace
imtstyle
18
{
19
20
21
class
IFontProvider:
virtual
public
IDesignSchemaInfoProvider
22
{
23
public
:
24
virtual
const
imtbase::ICollectionInfo
& GetFontList(
const
QByteArray& designSchemaId)
const
= 0;
25
virtual
bool
GetFont(
const
QByteArray& designSchemaId,
const
QByteArray& fontId, QFont& font)
const
= 0;
26
};
27
28
29
}
// namespace imtstyle
30
31
imtbase::ICollectionInfo
Definition
ICollectionInfo.h:27
imtbase
Definition
IAccountInfoProvider.h:10
Generated by
1.9.8