UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
FontSizeUnitsEnum.h
1//
2// FontSizeUnitsEnum.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef FontSizeUnitsEnum_h
9#define FontSizeUnitsEnum_h
10
11#import <Foundation/Foundation.h>
12
53typedef NS_ENUM(NSUInteger, FontSizeUnitsEnum) {
54 FontSizeUnitsRuler, // Use the units of the ruler
55 FontSizeUnitsPoints, // Use font point
56 FontSizeUnitsPercent // 0-100 percent expansion/multiplier scaling
57};
58
59#endif /* FontSizeUnitsEnum_h */