UniPRT SDK
v1.0.0.0
載入中...
搜尋中...
無符合項目
Font.h
1
//
2
// Font.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/9.
6
//
7
8
#ifndef Font_h
9
#define Font_h
10
11
// Font.h
12
13
#import <Foundation/Foundation.h>
14
15
#import <UniPRT/TSPL.h>
16
#import <UniPRT/TsplCmd.h>
17
18
#if !defined(HIDE_PGL_INTERFACES)
19
@interface
Font
: NSObject
20
21
@property
(nonatomic, strong) NSString *
name
;
22
@property
(nonatomic, assign) BOOL
bold
;
23
@property
(nonatomic, assign) BOOL
italic
;
24
25
- (instancetype)initWithName:(NSString *)name;
26
- (NSString *)
description
;
27
28
@end
29
#endif
30
31
#endif
/* Font_h */
Font
Definition
Font.h:20
Font::name
NSString * name
Definition
Font.h:21
-[Font description]
NSString * description()
Definition
Font.m:31
Font::bold
BOOL bold
Definition
Font.h:22
Font::italic
BOOL italic
Definition
Font.h:23
sdk_json_Objective-C_IOS
LabelMaker
TsplLib
TsplInterfaces
Font.h
產生者:
1.10.0