#include <systemfontresolver.hpp> enum FontWeight: Uint16 { Thin = 100, ExtraLight = 200, Light = 300, Normal = 400, Medium = 500, SemiBold = 600, Bold = 700, ExtraBold = 800, Black = 900, };