capHeight property
double
get
capHeight
capHeight
Implementation
double get capHeight {
objc.checkOsVersionInternal('UIFont.capHeight', iOS: (false, (2, 0, 0)));
return objc.useMsgSendVariants
? _objc_msgSend_1ukqyt8Fpret(this.ref.pointer, _sel_capHeight)
: _objc_msgSend_1ukqyt8(this.ref.pointer, _sel_capHeight);
}