MeiCam SDK For iOS
3.14.0
include
sdkcore
ios
NvsFontInfo.h
Go to the documentation of this file.
1
//================================================================================
2
//
3
// (c) Copyright Meishe Co. Ltd, 2017. All rights reserved.
4
//
5
// This code and information is provided "as is" without warranty of any kind,
6
// either expressed or implied, including but not limited to the implied
7
// warranties of merchantability and/or fitness for a particular purpose.
8
//
9
//--------------------------------------------------------------------------------
10
// Birth Date: Jan 3. 2017
11
// Author: Meishe video team
12
//================================================================================
13
14
#pragma once
15
16
#import "
NvsCommonDef.h
"
17
#import <Foundation/NSObject.h>
18
25
NVS_EXPORT
@interface
NvsFontInfo
: NSObject
26
27
@property
(readonly) NSString*
famlily
;
28
@property
(readonly)
int
weight
;
29
@property
(readonly) BOOL
isItalic
;
30
@property
(readonly) NSString*
postScriptName
;
31
32
@end
33
NvsFontInfo::famlily
NSString * famlily
font famlily
Definition:
NvsFontInfo.h:27
NvsFontInfo
Font file information.
Definition:
NvsFontInfo.h:26
NvsFontInfo::weight
int weight
font weight
Definition:
NvsFontInfo.h:28
NvsFontInfo::isItalic
BOOL isItalic
Is italic or not.
Definition:
NvsFontInfo.h:29
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsFontInfo::postScriptName
NSString * postScriptName
additional info
Definition:
NvsFontInfo.h:30
NvsCommonDef.h
Generated by
1.8.18