Class NSTextScalingType


  • public final class NSTextScalingType
    extends java.lang.Object
    Supported values for NSTextScalingDocumentAttribute, NSSourceTextScalingDocumentAttribute, NSTargetTextScalingDocumentOption, NSSourceTextScalingDocumentOption
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ScalingiOS
      Font sizes throughout the document should appear visually similar to how they would render on iOS
      static long ScalingStandard
      Font sizes throughout the document should appear visually similar to how they would render on macOS and non-Apple platforms
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ScalingStandard

        public static final long ScalingStandard
        Font sizes throughout the document should appear visually similar to how they would render on macOS and non-Apple platforms
        See Also:
        Constant Field Values
      • ScalingiOS

        public static final long ScalingiOS
        Font sizes throughout the document should appear visually similar to how they would render on iOS
        See Also:
        Constant Field Values