ScreenData

Logo

A Data Model structure for displaying UI Screens

View the Project on GitHub ServerDriven/ScreenData

FontType

enum FontType: String {
	case largeTitle
	case title
	case headline
	case body
	case footnote
	case caption
}