RGLCustomizationFont

NS_ENUM(NSInteger, RGLCustomizationFont) {
    RFIDProcessingScreenHintLabel = 200,
    RFIDProcessingScreenProgressLabel = 201,
    RFIDProcessingScreenResultLabel = 202
}

Undocumented