#include <GDI.h>
Inherited by Stroika::Frameworks::Led::IncrementalFontSpecification, and Stroika::Frameworks::Led::StyledInfoSummaryRecord.
<code>FontSpecification</code> is a utility class which portably represents
a user font choice. This largely corresponds to the MS-Windows LOGFONT
structure or the Macintosh txFace, txSize, txStyle
.
In addition to being a portable represenation of this information, it also contains handy wrapper accessors, and extra information like subscript, superscript, and font color.
See also, @'IncrementalFontSpecification'