OpenLexocad
27.0
FontTool.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
Core/core_defines2.h
>
4
5
class
QFont;
6
7
namespace
Core
8
{
9
class
CORE_EXPORT
FontTool
10
{
11
public
:
12
static
int
getFixedStretch(
13
const
QFont& font);
// Qt changed default value for stretch from 100 to 0, if font.stretch() is 0, this method returns 100
14
};
15
}
// namespace Core
CORE_EXPORT
#define CORE_EXPORT
Definition:
core_defines2.h:10
core_defines2.h
Core::FontTool
Definition:
FontTool.h:9
Core
Definition:
Base.h:19
lexocad
Core
include
Core
FontTool.h
Generated by
1.8.15