xHeight property

double get xHeight

xHeight

Implementation

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