RGLCustomizationFont

NS_ENUM(NSInteger, RGLCustomizationFont) {
    RFIDProcessingScreenHintLabel = 200,
    RFIDProcessingScreenProgressLabel = 201,
    RFIDProcessingScreenResultLabel = 202,
    MDLProcessingScreenHintLabel = 300,
    MDLProcessingScreenProgressLabel = 301,
    MDLProcessingScreenResultLabel = 302,
}

Undocumented