1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-26 21:35:57 +00:00

Allow adjustment of dot size when in dotty mode

This commit is contained in:
Robin Stuart
2016-09-18 14:09:58 +01:00
parent b13efe334a
commit 9eff5cc63a
10 changed files with 46 additions and 14 deletions

View File

@@ -73,6 +73,8 @@ public:
float scale();
void setScale(float scale);
void setDotSize(float dot_size);
int mode();
void setMode(int securityLevel);
@@ -116,6 +118,7 @@ private:
float m_scale;
int m_option_3;
bool m_hidetext;
float m_dot_size;
};
}
#endif