CStringConstants.m 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. //
  2. // CStringConstants.m
  3. // ComPDFKit
  4. //
  5. // Copyright © 2014-2022 PDF Technologies, Inc. All Rights Reserved.
  6. //
  7. // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
  8. // AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE ComPDFKit LICENSE AGREEMENT.
  9. // UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
  10. // This notice may not be removed from this file.
  11. //
  12. #import "CStringConstants.h"
  13. NSString *CHighlightNoteColorKey = @"SKHighlightNoteColor";
  14. NSString *CHighlightNoteOpacityKey = @"CHighlightNoteOpacity";
  15. NSString *CUnderlineNoteColorKey = @"SKUnderlineNoteColor";
  16. NSString *CUnderlineNoteOpacityKey = @"CUnderlineNoteOpacity";
  17. NSString *CStrikeOutNoteColorKey = @"SKStrikeOutNoteColor";
  18. NSString *CSquigglyNoteColorKey = @"SKSquigglyNoteColor";
  19. NSString *CStrikeOutNoteOpacityKey = @"CStrikeOutNoteOpacity";
  20. NSString *CInkNoteColorKey = @"SKInkNoteColor";
  21. NSString *CInkNoteOpacityKey = @"CInkNoteOpacity";
  22. NSString *CInkNoteLineWidthKey = @"SKInkNoteLineWidth";
  23. NSString *CEraserkNoteLineWidthKey = @"CEraserkNoteLineWidth";
  24. NSString *CInkNoteLineStyleyKey = @"CInkNoteLineStyley";
  25. NSString *CInkNoteDashPatternKey = @"SKInkNoteDashPattern";
  26. NSString *CInkNoteLineStyleKey = @"SKInkNoteLineStyle";
  27. NSString *CFreeTextNoteFontNameKey = @"SKFreeTextNoteFontName";
  28. NSString *CFreeTextNoteFontSizeKey = @"SKFreeTextNoteFontSize";
  29. NSString *CFreeTextNoteFontColorKey = @"SKFreeTextNoteFontColor";
  30. NSString *CFreeTextNoteAlignmentKey = @"SKFreeTextNoteAlignment";
  31. NSString *CFreeTextNoteColorKey = @"SKFreeTextNoteColor";
  32. NSString *CFreeTextNoteOpacityKey = @"CFreeTextNoteOpacity";
  33. NSString *CFreeTextNoteBorderColorKey = @"CFreeTextNoteBorderColor";
  34. NSString *CFreeTextNoteLineStyleKey = @"SKFreeTextNoteLineStyle";
  35. NSString *CFreeTextNoteLineWidthKey = @"SKFreeTextNoteLineWidth";
  36. NSString *CFreeTextNoteDashPatternKey = @"SKFreeTextNoteDashPattern";
  37. NSString *CAnchoredNoteColorKey = @"SKAnchoredNoteColor";
  38. NSString *CAnchoredNoteOpacityKey = @"CAnchoredNoteOpacity";
  39. NSString *CAnchoredNoteIconTypeKey = @"SKAnchoredNoteIconType";
  40. NSString *CCircleNoteColorKey = @"SKCircleNoteColor";
  41. NSString *CCircleNoteOpacityKey = @"CCircleNoteOpacity";
  42. NSString *CCircleNoteInteriorColorKey = @"SKCircleNoteInteriorColor";
  43. NSString *CCircleNoteInteriorOpacityKey = @"CCircleNoteInteriorOpacity";
  44. NSString *CCircleNoteLineWidthKey = @"SKCircleNoteLineWidth";
  45. NSString *CCircleNoteLineStyleKey = @"SKCircleNoteLineStyle";
  46. NSString *CCircleNoteDashPatternKey = @"SKCircleNoteDashPattern";
  47. NSString *CSquareNoteColorKey = @"SKSquareNoteColor";
  48. NSString *CSquareNoteOpacityKey = @"CSquareNoteOpacity";
  49. NSString *CSquareNoteInteriorColorKey = @"SKSquareNoteInteriorColor";
  50. NSString *CSquareNoteInteriorOpacityKey = @"CSquareNoteInteriorOpacity";
  51. NSString *CSquareNoteLineWidthKey = @"SKSquareNoteLineWidth";
  52. NSString *CSquareNoteLineStyleKey = @"SKSquareNoteLineStyle";
  53. NSString *CSquareNoteDashPatternKey = @"SKSquareNoteDashPattern";
  54. NSString *CLineNoteColorKey = @"SKLineNoteColor";
  55. NSString *CLineNoteOpacityKey = @"CLineNoteOpacity";
  56. NSString *CLineNoteLineWidthKey = @"SKLineNoteLineWidth";
  57. NSString *CLineNoteLineStyleKey = @"SKLineNoteLineStyle";
  58. NSString *CLineNoteInteriorColorKey = @"SKLineNoteInteriorColor";
  59. NSString *CLineNoteInteriorOpacityKey = @"CLineNoteInteriorOpacity";
  60. NSString *CLineNoteDashPatternKey = @"SKLineNoteDashPattern";
  61. NSString *CLineNoteStartLineStyleKey = @"SKLineNoteStartLineStyle";
  62. NSString *CLineNoteEndLineStyleKey = @"SKLineNoteEndLineStyle";
  63. NSString *CArrowNoteColorKey = @"CArrowNoteColor";
  64. NSString *CArrowNoteOpacityKey = @"CArrowNoteOpacity";
  65. NSString *CArrowNoteLineWidthKey = @"CArrowNoteLineWidth";
  66. NSString *CArrowNoteInteriorColorKey = @"CArrowNoteInteriorColor";
  67. NSString *CArrowNoteInteriorOpacityKey = @"CArrowNoteInteriorOpacity";
  68. NSString *CArrowNoteLineStyleKey = @"CArrowNoteLineStyle";
  69. NSString *CArrowNoteStartStyleKey = @"CArrowNoteStartStyle";
  70. NSString *CArrowNoteEndStyleKey = @"CArrowNoteEndStyle";
  71. //Form
  72. NSString *CAnnotationTextWidgetLineStyleKey = @"CAnnotationTextWidgetLineStyle";
  73. NSString *CAnnotationTextWidgetLineWidthKey = @"CAnnotationTextWidgetLineWidthKey";
  74. NSString *CAnnotationTextWidgetBorderColorKey = @"CAnnotationTextWidgetBorderColor";
  75. NSString *SKAnnotationTextWidgetFontNameKey = @"SKAnnotationTextWidgetFontNameKey";
  76. NSString *SKAnnotationTextWidgetFontSizeKey = @"SKAnnotationTextWidgetFontSizeKey";
  77. NSString *CAnnotationTextWidgetFontColorKey = @"SKAnnotationTextWidgetFontColorKey";
  78. NSString *CAnnotationTextWidgetAlignmenKey = @"SKAnnotationTextWidgetAlignmenKey";
  79. NSString *CAnnotationTextWidgetBackgroundColorKey = @"SKAnnotationTextWidgetBackgroundColorKey";
  80. NSString *CAnnotationTextWidgetBackgroundOpacityKey = @"CAnnotationTextWidgetBackgroundOpacity";
  81. NSString *CAnnotationTextWidgetMultilineKey = @"SKAnnotationTextMultilineKey";
  82. NSString *CDefaultTextWidgetWidthKey = @"CDefaultTextWidgetWidth";
  83. NSString *CDefaultTextWidgetHeightKey = @"CDefaultTextWidgetHeight";
  84. NSString *CAnnotationCheckBoxWidgetLineStyleKey = @"CAnnotationCheckBoxWidgetLineStyle";
  85. NSString *CAnnotationCheckBoxWidgetLineWidthKey = @"CAnnotationCheckBoxWidgetLineWidth";
  86. NSString *CAnnotationCheckBoxWidgetBorderColorKey = @"CAnnotationCheckBoxWidgetBorderColor";
  87. NSString *CAnnotationCheckBoxWidgetBackgroundColorKey = @"SKAnnotationCheckBoxWidgetBackgroundColorKey";
  88. NSString *CAnnotationCheckBoxWidgetBackgroundOpacityKey = @"CAnnotationCheckBoxWidgetBackgroundOpacity";
  89. NSString *CAnnotationRadioButtonBoxWidgetLineStyleKey = @"CAnnotationRadioButtonBoxWidgetLineStyle";
  90. NSString *CAnnotationRadioButtonBoxWidgetLineWidthKey = @"CAnnotationRadioButtonBoxWidgetLineWidth";
  91. NSString *CAnnotationRadioButtonBoxWidgetBorderColorKey = @"CAnnotationRadioButtonBoxWidgetBorderColor";
  92. NSString *CAnnotationRadioButtonWidgetBackgroundColorKey = @"SKAnnotationRadioButtonWidgetBackgroundColorKey";
  93. NSString *CAnnotationRadioButtonWidgetBackgroundOpacityKey = @"CAnnotationRadioButtonWidgetBackgroundOpacity";
  94. NSString *CDefaultRadioButtonWidgetWidthKey = @"CDefaultRadioButtonWidgetWidth";
  95. NSString *CDefaultRadioButtonWidgetHeightKey = @"CDefaultRadioButtonWidgetHeight";
  96. NSString *CAnnotationRadioButtonWidgetFontNameKey = @"SKAnnotationRadioButtonWidgetFontNameKey";
  97. NSString *CAnnotationChoiceListWidgetLineStyleKey = @"CAnnotationChoiceListWidgetLineStyle";
  98. NSString *CAnnotationChoiceListWidgetLineWidthKey = @"CAnnotationChoiceListWidgetLineWidth";
  99. NSString *CAnnotationChoiceListWidgetBorderColorKey = @"CAnnotationChoiceListWidgetBorderColor";
  100. NSString *CAnnotationChoiceListWidgetFontNameKey = @"SKAnnotationChoiceListWidgetFontNameKey";
  101. NSString *CAnnotationChoiceListWidgetFontSizeKey = @"SKAnnotationChoiceListWidgetFontSizeKey";
  102. NSString *CAnnotationChoiceListWidgetFontColorKey = @"SKAnnotationChoiceListWidgetFontColorKey";
  103. NSString *CAnnotationChoiceListWidgetBackgroundColorKey = @"SKAnnotationChoiceListWidgetBackgroundColorKey";
  104. NSString *CAnnotationChoiceListWidgetBackgroundOpacityKey = @"CAnnotationChoiceListWidgetBackgroundOpacity";
  105. NSString *CDefaultChoiceListWidgetWidthKey = @"CDefaultChoiceListWidgetWidth";
  106. NSString *CDefaultChoiceListWidgetHeightKey = @"CDefaultChoiceListWidgetHeight";
  107. NSString *CAnnotationChoiceWidgetLineStyleKey = @"CAnnotationChoiceWidgetLineStyle";
  108. NSString *CAnnotationChoiceWidgetLineWidthKey = @"CAnnotationChoiceWidgetLineWidth";
  109. NSString *CAnnotationChoiceWidgetBorderColorKey = @"CAnnotationChoiceWidgetBorderColor";
  110. NSString *CAnnotationChoiceWidgetFontNameKey = @"SKAnnotationChoiceWidgetFontNameKey";
  111. NSString *CAnnotationChoiceWidgetFontSizeKey = @"SKAnnotationChoiceWidgetFontSizeKey";
  112. NSString *CAnnotationChoiceWidgetFontColorKey = @"SKAnnotationChoiceWidgetFontColorKey";
  113. NSString *CAnnotationChoiceWidgetBackgroundColorKey = @"SKAnnotationChoiceWidgetBackgroundColorKey";
  114. NSString *CAnnotationChoiceWidgetBackgroundOpacityKey = @"CAnnotationChoiceWidgetBackgroundOpacity";
  115. NSString *CDefaultChoiceWidgetWidthKey = @"CDefaultChoiceWidgetWidth";
  116. NSString *CDefaultChoiceWidgetHeightKey = @"CDefaultChoiceWidgetHeight";
  117. NSString *CAnnotationActionButtonWidgetLineStyleKey = @"CAnnotationActionButtonWidgetLineStyle";
  118. NSString *CAnnotationActionButtonWidgetLineWidthKey = @"CAnnotationActionButtonWidgetLineWidth";
  119. NSString *CAnnotationActionButtonWidgetBorderColorKey = @"CAnnotationActionButtonWidgetBorderColor";
  120. NSString *CAnnotationActionButtonWidgetFontNameKey = @"SKAnnotationActionButtonWidgetFontNameKey";
  121. NSString *CAnnotationActionButtonWidgetFontSizeKey = @"SKAnnotationActionButtonWidgetFontSizeKey";
  122. NSString *CAnnotationActionButtonWidgetFontColorKey = @"SKAnnotationActionButtonWidgetFontColorKey";
  123. NSString *CAnnotationActionButtonWidgetBackgroundColorKey = @"SKAnnotationActionButtonWidgetBackgroundColorKey";
  124. NSString *CAnnotationActionButtonWidgetBackgroundOpacityKey = @"CAnnotationActionButtonWidgetBackgroundOpacity";
  125. NSString *CDefaultActionButtonWidgetWidthKey = @"CDefaultActionButtonWidgetWidth";
  126. NSString *CDefaultActionButtonWidgetHeightKey = @"CDefaultActionButtonWidgetHeight";
  127. NSString *CAnnotationSignatureWidgetLineStyleKey = @"CAnnotationSignatureWidgetLineStyle";
  128. NSString *CAnnotationSignatureWidgetLineWidthKey = @"CAnnotationSignatureWidgetLineWidth";
  129. NSString *CAnnotationSignatureWidgetBorderColorKey = @"CAnnotationSignatureWidgetBorderColor";
  130. NSString *CAnnotationSignatureWidgetBackgroundColorKey = @"CAnnotationSignatureWidgetBackgroundColor";
  131. NSString *CAnnotationSignatureWidgetBackgroundOpacityKey = @"CAnnotationSignatureWidgetBackgroundOpacity";
  132. NSString *CDefaultSignatureWidgetWidthKey = @"CDefaultSignatureWidgeWidth";
  133. NSString *CDefaultSignatureWidgeHeightKey = @"CDefaultSignatureWidgeHeight";
  134. //Fill & Sign
  135. NSString *CAnnotationSelfSignTureColorKey = @"SKAnnotationSelfSignTureColorKey";
  136. NSString *CAnnotationSelfSignTureOpacityKey = @"CAnnotationSelfSignTureOpacity";
  137. NSString *CAnnotationSelfSignTureLineWidthKey = @"SKAnnotationSelfSignTureLineWidthKey";
  138. NSString *CAnnotationSelfSignFalseColorKey = @"SKAnnotationSelfSignFalseColorKey";
  139. NSString *CAnnotationSelfSignFalseOpacityKey = @"CAnnotationSelfSignFalseOpacity";
  140. NSString *CAnnotationSelfSignFalseLineWidthKey = @"SKAnnotationSelfSignFalseLineWidthKey";
  141. NSString *CAnnotationSelfSignCircleColorKey = @"SKAnnotationSelfSignCircleColorKey";
  142. NSString *CAnnotationSelfSignCircleOpacityKey = @"CAnnotationSelfSignCircleOpacity";
  143. NSString *CAnnotationSelfSignCircleLineWidthKey = @"SKAnnotationSelfSignCircleLineWidthKey";
  144. NSString *CAnnotationSelfSignLineColorKey = @"SKAnnotationSelfSignLineColorKey";
  145. NSString *CAnnotationSelfSignLineOpacityKey = @"CAnnotationSelfSignLineOpacity";
  146. NSString *CAnnotationSelfSignLineLineWidthKey = @"SKAnnotationSelfSignLineLineWidthKey";
  147. NSString *CAnnotationSelfSignDotColorKey = @"SKAnnotationSelfSignDotColorKey";
  148. NSString *CAnnotationSelfSignDotOpacityKey = @"CAnnotationSelfSignDotOpacity";
  149. NSString *CAnnotationSelfSignDateFormatterKey = @"SKAnnotationSelfSignDateFormatterKey";
  150. NSString *CAnnotationSelfSignDateFormatterIncludeTimeKey = @"SKAnnotationSelfSignDateFormatterIncludeTimeKey";
  151. NSString *CDefaultNoteWidthKey = @"SKDefaultNoteWidth";
  152. NSString *CDefaultNoteHeightKey = @"SKDefaultNoteHeight";
  153. NSString *CDefaultAnchoredNoteWidthKey = @"CDefaultAnchoredNoteWidth";
  154. NSString *CDefaultAnchoredNoteHeightKey = @"CDefaultAnchoredNoteHeight";
  155. NSString *CDefaultTextFieldNoteWidthKey = @"CDefaultTextFieldNoteWidth";
  156. NSString *CDefaultTextFieldNoteHeightKey = @"CDefaultTextFieldNoteHeight";
  157. NSString *CDefaultRadioButtonNoteWidthKey = @"CDefaultRadioButtonNoteWidth";
  158. NSString *CDefaultRadioButtonNoteHeightKey = @"CDefaultRadioButtonNoteHeight";
  159. NSString *CDefaultCheckBoxNoteWidthKey = @"CDefaultCheckBoxNoteWidth";
  160. NSString *CDefaultCheckBoxNoteHeightKey = @"CDefaultCheckBoxNoteHeight";
  161. NSString *CDefaultListMenuNoteWidthKey = @"CDefaultListMenuNoteWidth";
  162. NSString *CDefaultListMenuNoteHeightKey = @"CDefaultListMenuNoteHeight";
  163. NSString *CDefaultComboBoxNoteWidthKey = @"CDefaultComboBoxNoteWidth";
  164. NSString *CDefaultComboBoxNoteHeightKey = @"CDefaultComboBoxNoteHeight";
  165. NSString *CDefaultActionButtonNoteWidthKey = @"CDefaultActionButtonNoteWidth";
  166. NSString *CDefaultActionButtonNoteHeightKey = @"CDefaultActionButtonNoteHeight";
  167. NSString *CDefaultSignatureNoteWidthKey = @"CDefaultSignatureNoteWidth";
  168. NSString *CDefaultSignatureNoteHeightKey = @"CDefaultSignatureNoteHeight";
  169. NSString *CDefaultSignFalseNoteWidthKey = @"CDefaultSignFalseNoteWidth";
  170. NSString *CDefaultSignFalseNoteHeightKey = @"CDefaultSignFalseNoteHeight";
  171. NSString *CDefaultSignTureNoteWidthKey = @"CDefaultSignTureNoteWidth";
  172. NSString *CDefaultSignTureNoteHeightKey = @"CDefaultSignTureNoteHeight";
  173. NSString *CDefaultSignCircleNoteWidthKey = @"CDefaultSignCircleNoteWidth";
  174. NSString *CDefaultSignCircleNoteHeightKey = @"CDefaultSignCircleNoteHeight";
  175. NSString *CDefaultSignLineNoteWidthKey = @"CDefaultSignLineNoteWidth";
  176. NSString *CDefaultSignLineNoteHeightKey = @"CDefaultSignLineNoteHeight";
  177. NSString *CDefaultSignDotNoteWidthKey = @"CDefaultSignDotNoteWidth";
  178. NSString *CDefaultSignDotNoteHeightKey = @"CDefaultSignDotNoteHeight";
  179. //Redact
  180. NSString *CAnnotationRedactBorderColorKey = @"CAnnotationRedactBorderColor";
  181. NSString *CAnnotationRedactFillColorKey = @"KMPDFAnnotationRedactFillColor";
  182. NSString *CAnnotationRedactFontColorKey = @"KMPDFAnnotationRedactFontColor";
  183. NSString *CAnnotationRedactIsOverlayTextKey = @"CAnnotationRedactIsOverlayText";
  184. NSString *CAnnotationRedactTextAlignmentKey = @"KMPDFAnnotationRedactTextAlignment";
  185. NSString *CAnnotationRedactFontSizeKey = @"KMPDFAnnotationRedactFontSize";
  186. NSString *CAnnotationRedactOverlayStringKey = @"CAnnotationRedactOverlayString";
  187. // Measure
  188. NSString *CMeasureLineBorderColorKey = @"CMeasureLineBorderColor";
  189. NSString *CMeasureMultilineBorderColorKey = @"CMeasureMultilineBorderColor";
  190. NSString *CMeasurePolygonalBorderColorKey = @"CMeasurePolygonalBorderColor";
  191. NSString *CMeasureRectanglesBorderColorKey = @"CMeasureRectanglesBorderColor";
  192. NSString *CMeasurePolygonalLineColorKey = @"CAnnotationPolyLineBorderColor";
  193. NSString *CMeasureRectanglesLineColorKey = @"CMeasureRectanglesLineColor";
  194. NSString *CMeasureLineOpacityKey = @"CMeasureLineOpacity";
  195. NSString *CMeasureMultilineOpacityKey = @"CMeasureMultilineOpacity";
  196. NSString *CMeasurePolygonalOpacityKey = @"CMeasurePolygonalOpacity";
  197. NSString *CMeasureRectanglesOpacityKey = @"CMeasureRectanglesOpacity";
  198. NSString *CMeasureLineWidthKey = @"CMeasureLineWidth";
  199. NSString *CMeasureMultilineLineWidthKey = @"CMeasureMultilineLineWidth";
  200. NSString *CMeasurePolygonalLineWidthKey = @"CMeasurePolygonalLineWidth";
  201. NSString *CMeasureRectanglesLineWidthKey = @"CMeasureRectanglesLineWidth";
  202. NSString *CMeasureLineStyleKey = @"CMeasureLineStyle";
  203. NSString *CMeasureMultilineLineStyleKey = @"CMeasureMultilineLineStyle";
  204. NSString *CMeasurePolygonalLineStyleKey = @"CMeasurePolygonalLineStyle";
  205. NSString *CMeasureRectanglesLineStyleKey = @"CMeasureRectanglesLineStyle";
  206. NSString *CMeasureLineDashPatternKey = @"CMeasureLineDashPattern";
  207. NSString *CMeasureMultilineDashPatternKey = @"CMeasureMultilineDashPattern";
  208. NSString *CMeasurePolygonalDashPatternKey = @"CMeasurePolygonalDashPattern";
  209. NSString *CMeasureRectanglesDashPatternKey = @"CMeasureRectanglesDashPattern";
  210. NSString *CMeasureLineStartStyleKey = @"CMeasureLineStartStyle";
  211. NSString *CMeasureLineEndStyleKey = @"CMeasureLineEndStyle";
  212. NSString *CMeasureLineFontNameKey = @"CMeasureLineFontName";
  213. NSString *CMeasureMultilineFontNameKey = @"CMeasureMultilineFontName";
  214. NSString *CMeasurePolygonalFontNameKey = @"CMeasurePolygonalFontName";
  215. NSString *CMeasureRectanglesFontNameKey = @"CMeasureRectanglesFontName";
  216. NSString *CMeasureLineFontStyleKey = @"CMeasureLineFontStyle";
  217. NSString *CMeasureMultilineFontStyleKey = @"CMeasureMultilineFontStyle";
  218. NSString *CMeasurePolygonalFontStyleKey = @"CMeasurePolygonalFontStyle";
  219. NSString *CMeasureRectanglesFontStyleKey = @"CMeasureRectanglesFontStyle";
  220. NSString *CMeasureLineFontSizeKey = @"CMeasureLineFontSize";
  221. NSString *CMeasureMultilineFontSizeKey = @"CMeasureMultilineFontSize";
  222. NSString *CMeasurePolygonalFontSizeKey = @"CMeasurePolygonalFontSize";
  223. NSString *CMeasureRectanglesFontSizeKey = @"CMeasureRectanglesFontSize";
  224. NSString *CMeasureLineFontColorKey = @"CMeasureLineFontColor";
  225. NSString *CMeasureMultilineFontColorKey = @"CMeasureMultilineFontColor";
  226. NSString *CMeasurePolygonalFontColorKey = @"CMeasurePolygonalFontColor";
  227. NSString *CMeasureRectanglesFontColorKey = @"CMeasureRectanglesFontColor";