RGLCustomizationFont

NS_ENUM(NSInteger, RGLCustomizationFont) {
  RFIDProcessingScreenHintLabel RGL_DEPRECATED(9.3, "Use `RGLCustomizationFontRFIDProcessingScreenHintLabel` instead") = 200,
  RFIDProcessingScreenProgressLabel RGL_DEPRECATED(9.3, "Use `RGLCustomizationFontRFIDProcessingScreenProgressLabel` instead") = 201,
  RFIDProcessingScreenResultLabel RGL_DEPRECATED(9.3, "Use `RGLCustomizationFontRFIDProcessingScreenResultLabel` instead") = 202,
  MDLProcessingScreenHintLabel RGL_DEPRECATED(9.3, "Use `RGLCustomizationFontMDLProcessingScreenHintLabel` instead") = 300,
  MDLProcessingScreenProgressLabel RGL_DEPRECATED(9.3, "Use `RGLCustomizationFontMDLProcessingScreenProgressLabel` instead") = 301,
  MDLProcessingScreenResultLabel RGL_DEPRECATED(9.3, "Use `RGLCustomizationFontMDLProcessingScreenResultLabel` instead") = 302,
  RGLCustomizationFontRFIDProcessingScreenHintLabel = 200,
  RGLCustomizationFontRFIDProcessingScreenProgressLabel = 201,
  RGLCustomizationFontRFIDProcessingScreenResultLabel = 202,
  RGLCustomizationFontMDLProcessingScreenHintLabel = 300,
  RGLCustomizationFontMDLProcessingScreenProgressLabel = 301,
  RGLCustomizationFontMDLProcessingScreenResultLabel = 302,
}

Undocumented