RCKitFontConf Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | RCKitFontConf.h | 
  firstLevel
	一级标题,默认 fontSize 为 18
@property (nonatomic, assign) CGFloat firstLevelDiscussion
一级标题,默认 fontSize 为 18
Declared In
RCKitFontConf.h
  secondLevel
	二级标题,默认 fontSize 为 17 (文本消息,引用消息内容,会话列表 title)
@property (nonatomic, assign) CGFloat secondLevelDiscussion
二级标题,默认 fontSize 为 17 (文本消息,引用消息内容,会话列表 title)
Declared In
RCKitFontConf.h
  thirdLevel
	三级标题,默认 fontSize 为 15
@property (nonatomic, assign) CGFloat thirdLevelDiscussion
三级标题,默认 fontSize 为 15
Declared In
RCKitFontConf.h
  fourthLevel
	四级标题,默认 fontSize 为 14 (富文本消息的标题,小灰条消息,引用消息引用内容)
@property (nonatomic, assign) CGFloat fourthLevelDiscussion
四级标题,默认 fontSize 为 14 (富文本消息的标题,小灰条消息,引用消息引用内容)
Declared In
RCKitFontConf.h
  guideLevel
	引导文字,默认 fontSize 为 13
@property (nonatomic, assign) CGFloat guideLevelDiscussion
引导文字,默认 fontSize 为 13
Declared In
RCKitFontConf.h
  annotationLevel
	少数注释文字,默认 fontSize 为 12 (富文本消息的内容)
@property (nonatomic, assign) CGFloat annotationLevelDiscussion
少数注释文字,默认 fontSize 为 12 (富文本消息的内容)
Declared In
RCKitFontConf.h
  assistantLevel
	极少数辅助说明,默认 fontSize 为 10 (gif 消息大小)
@property (nonatomic, assign) CGFloat assistantLevelDiscussion
极少数辅助说明,默认 fontSize 为 10 (gif 消息大小)
Declared In
RCKitFontConf.h
– fontOfFirstLevel
	firstLevel 的 font,默认 fontSize 为 18
- (UIFont *)fontOfFirstLevelDiscussion
firstLevel 的 font,默认 fontSize 为 18
Declared In
RCKitFontConf.h
– fontOfSecondLevel
	secondLevel 的 font,默认 fontSize 为 17
- (UIFont *)fontOfSecondLevelDiscussion
secondLevel 的 font,默认 fontSize 为 17
Declared In
RCKitFontConf.h
– fontOfThirdLevel
	thirdLevel 的 font,默认 fontSize 为 15
- (UIFont *)fontOfThirdLevelDiscussion
thirdLevel 的 font,默认 fontSize 为 15
Declared In
RCKitFontConf.h
– fontOfFourthLevel
	fourthLevel 的 font,默认 fontSize 为 14
- (UIFont *)fontOfFourthLevelDiscussion
fourthLevel 的 font,默认 fontSize 为 14
Declared In
RCKitFontConf.h
– fontOfGuideLevel
	guideLevel 的 font,默认 fontSize 为 13
- (UIFont *)fontOfGuideLevelDiscussion
guideLevel 的 font,默认 fontSize 为 13
Declared In
RCKitFontConf.h
– fontOfAnnotationLevel
	annotationLevel 的 font,默认 fontSize 为 12
- (UIFont *)fontOfAnnotationLevelDiscussion
annotationLevel 的 font,默认 fontSize 为 12
Declared In
RCKitFontConf.h
– fontOfAssistantLevel
	assistantLevel 的 font,默认 fontSize 为 10
- (UIFont *)fontOfAssistantLevelDiscussion
assistantLevel 的 font,默认 fontSize 为 10
Declared In
RCKitFontConf.h
– fontOfSize:
	自定义字体大小
- (UIFont *)fontOfSize:(CGFloat)sizeParameters
| size | 字体大小 | 
|---|
Discussion
自定义字体大小
Declared In
RCKitFontConf.h