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 {
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
#define CORE_EXPORT
Definition: core_defines2.h:10
Definition: FontTool.h:9
Definition: Base.h:19