1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-23 21:07:05 +00:00

Change height and row_height array to floats; DAFT tracker ratio

This commit is contained in:
gitlost
2021-06-19 13:11:23 +01:00
parent 22a6c583af
commit c693482aa1
63 changed files with 2708 additions and 1418 deletions

View File

@@ -48,8 +48,8 @@ public:
QString primaryMessage() const;
void setPrimaryMessage(const QString & primaryMessage);
int height() const;
void setHeight(int height);
float height() const;
void setHeight(float height);
int option2() const;
void setOption2(int option);
@@ -138,7 +138,7 @@ private:
int m_symbol;
QString m_text;
QString m_primaryMessage;
int m_height;
float m_height;
int m_borderType;
int m_borderWidth;
int m_fontSetting;