#pragma once #include "cru/common/base.hpp" namespace cru::platform::graph { struct FontDescriptor : virtual Interface { }; }