fontChoice top-level property Foundation

String fontChoice
getter/setter pair

{@category Foundation} This is where the text styles are, and the text widgets that accompany them. Items here also go through the coloration class to be properly rendered for each mode.

Implementation

/* ------------------ TEXT CLASSES -------------------- */

/// This is where the text styles are, and the text widgets that accompany them.
/// Items here also go through the coloration class to be properly rendered for
/// each mode.

// Global Text Styles ---------------------------------

var fontChoice = resourceValues.font!;