31 using super = font_size_variant<T>;
60 return (*dips_ptr * lhs).as(dips);
63 return (*pixel_ptr * lhs).as(pixels);
66 return (*points_ptr * lhs).as(points);
85 return dips_per_em(
other.in(dips));
87 return pixels_per_em(
other.in(pixels));
89 return points_per_em(
other.in(points));
91 throw std::bad_variant_access();