AliyunCaptionStickerFaceType
NS_OPTIONS(NSUInteger, AliyunCaptionStickerFaceType) {
AliyunCaptionStickerFaceTypeNormal = 0, //常规
AliyunCaptionStickerFaceTypeBold = 1 << 0,//粗体
AliyunCaptionStickerFaceTypeItatic = 1 << 1,//斜体
}
Undocumented
-
Undocumented
Declaration
Objective-C
AliyunCaptionStickerFaceTypeNormal = 0
-
Undocumented
Declaration
Objective-C
AliyunCaptionStickerFaceTypeBold = 1 << 0
-
Undocumented
Declaration
Objective-C
AliyunCaptionStickerFaceTypeItatic = 1 << 1