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