Package apple.uikit.enums
Class NSTextScalingType
- java.lang.Object
-
- apple.uikit.enums.NSTextScalingType
-
public final class NSTextScalingType extends java.lang.ObjectSupported values for NSTextScalingDocumentAttribute, NSSourceTextScalingDocumentAttribute, NSTargetTextScalingDocumentOption, NSSourceTextScalingDocumentOption
-
-
Field Summary
Fields Modifier and Type Field Description static longScalingiOSFont sizes throughout the document should appear visually similar to how they would render on iOSstatic longScalingStandardFont sizes throughout the document should appear visually similar to how they would render on macOS and non-Apple platforms
-
-
-
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
-
-