/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /** * Measure mode for text. */ export enum MeasureMode { Undefined = 0, Exactly = 1, AtMost = 2 }