kDefaultFontSize top-level constant
          
          double
          const kDefaultFontSize
          
        
        
The default font size if none is specified.
This should be kept in sync with the defaults set in the engine (e.g., LibTxt's text_style.h, paragraph_style.h).
Implementation
const double kDefaultFontSize = 14.0;