feat(token): Zero pad when min val starts with '0' ()

Closes 
This commit is contained in:
memeplex 2018-07-23 10:49:02 -03:00 committed by Patrick Ziegler
parent 1808ca3c51
commit 1d6d44f4e9
2 changed files with 4 additions and 1 deletions
include/drawtypes

View file

@ -19,6 +19,7 @@ namespace drawtypes {
size_t min{0_z};
size_t max{0_z};
string suffix{""s};
bool zpad{false};
};
class label;