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
53
typedef
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 */
AutoIdSDK
LabelMaker
Interfaces
IFont
FontSizeUnitsEnum.h
產生者:
1.10.0