getIgnoreFixedFonts method

bool getIgnoreFixedFonts()

Returns current behaviour of font scaling. See setIgnoreFixedFonts for more details.

Implementation

bool getIgnoreFixedFonts() {
  bool? value = getIgnoreFixedFontsNative?.call(_sdk);

  return value!;
}