UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
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 */
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IFont
FontSizeUnitsEnum.h
Generated by
1.10.0