#pragma once namespace PortabilityLayer { enum FontHacks { FontHacks_None, FontHacks_Roboto, }; }