Feature: Fully user configurable number format and abbreviations

This commit is contained in:
Rubidium
2024-02-08 21:45:20 +01:00
committed by rubidium42
parent 609d0071d5
commit b741b2ba6f
4 changed files with 37 additions and 2 deletions

View File

@@ -222,6 +222,8 @@ struct GUISettings {
bool scale_bevels; ///< bevels are scaled with GUI scale.
std::string number_format; ///< formatting string for numbers (like "thousands" grouping)
std::string number_abbreviations; ///< mapping to number formats for different powers of ten/thresholds
std::string digit_decimal_separator; ///< decimal separator
/**