CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::ui::mdfont Namespace Reference

Font ids used by the styled-line model. More...

Enumerations

enum  : uint8_t {
  Builtin = 0 , Bold9pt = 1 , Bold12pt = 2 , Bold18pt = 3 ,
  Bold24pt = 4
}

Detailed Description

Font ids used by the styled-line model.

Values mirror cdc::ui::FontId so the view can map directly, but this header stays dependency-free (no GFX includes) so the parser is host-testable.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : uint8_t
Enumerator
Builtin 
Bold9pt 
Bold12pt 
Bold18pt 
Bold24pt 

Definition at line 15 of file MarkdownModel.h.