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