Searched refs:AquaA11yTextAttributesWrapper (Results 1 – 3 of 3) sorted by relevance
44 @implementation AquaA11yTextAttributesWrapper : NSObject implementation159 int style = [ AquaA11yTextAttributesWrapper convertUnderlineStyle: property ];166 fonttraits |= [ AquaA11yTextAttributesWrapper convertBoldStyle: property ];168 fonttraits |= [ AquaA11yTextAttributesWrapper convertItalicStyle: property ];172 if ( [ AquaA11yTextAttributesWrapper isStrikethrough: property ] ) {176 if ( [ AquaA11yTextAttributesWrapper convertBoolean: property ] ) {182 underlineHasColor = [ AquaA11yTextAttributesWrapper convertBoolean: property ];191 NSNumber * number = [ AquaA11yTextAttributesWrapper convertShort: property ];200 …[ AquaA11yTextAttributesWrapper addColor: underlineColor forAttribute: NSAccessibilityUnderlineCol…207 [ AquaA11yTextAttributesWrapper addFont: font toString: string forRange: range ];[all …]
29 @interface AquaA11yTextAttributesWrapper : NSObject interface
195 …return [ AquaA11yTextAttributesWrapper createAttributedStringForElement: wrapper inOrigRange: rang…
Completed in 22 milliseconds