6hi_export
namespace hi {
inline namespace v1 {
18 if (
auto *pixel_ptr = std::get_if<pixels>(&_v)) {
21 }
else if (
auto dips_ptr = std::get_if<dips>(&_v)) {
23 }
else if (
auto em_quads_ptr = std::get_if<em_quads>(&_v)) {
32 std::variant<pixels, dips, em_quads> _v;
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
Definition theme_length.hpp:8
pixels pixels(float ppi, float font_size=12.0f) const noexcept
Definition theme_length.hpp:16