21 #ifndef GF_STRING_UTILS_H    22 #define GF_STRING_UTILS_H    26 #include "Portability.h"    29 #ifndef DOXYGEN_SHOULD_SKIP_THIS    43   GF_API std::string 
niceNum(
float num, 
float precision);
    54 #ifndef DOXYGEN_SHOULD_SKIP_THIS    59 #endif // GF_STRING_UTILS_H std::u32string computeUnicodeString(const std::string &str)
Compute a UTF-32 string from a UTF-8 string. 
 
The namespace for gf classes. 
Definition: Action.h:34
 
std::string niceNum(float num, float precision)
Create a string representation of a floating point number.