RCKitFontConf Class Reference

Inherits from NSObject
Declared in RCKitFontConf.h

Overview

IMKit 内部禁用 UIFont 构建字体,只通过该类构建字体,方便统一管理

  firstLevel

一级标题,默认 fontSize 为 18

@property (nonatomic, assign) CGFloat firstLevel

Discussion

一级标题,默认 fontSize 为 18

Declared In

RCKitFontConf.h

  secondLevel

二级标题,默认 fontSize 为 17 (文本消息,引用消息内容,会话列表 title)

@property (nonatomic, assign) CGFloat secondLevel

Discussion

二级标题,默认 fontSize 为 17 (文本消息,引用消息内容,会话列表 title)

Declared In

RCKitFontConf.h

  thirdLevel

三级标题,默认 fontSize 为 15

@property (nonatomic, assign) CGFloat thirdLevel

Discussion

三级标题,默认 fontSize 为 15

Declared In

RCKitFontConf.h

  fourthLevel

四级标题,默认 fontSize 为 14 (富文本消息的标题,小灰条消息,引用消息引用内容)

@property (nonatomic, assign) CGFloat fourthLevel

Discussion

四级标题,默认 fontSize 为 14 (富文本消息的标题,小灰条消息,引用消息引用内容)

Declared In

RCKitFontConf.h

  guideLevel

引导文字,默认 fontSize 为 13

@property (nonatomic, assign) CGFloat guideLevel

Discussion

引导文字,默认 fontSize 为 13

Declared In

RCKitFontConf.h

  annotationLevel

少数注释文字,默认 fontSize 为 12 (富文本消息的内容)

@property (nonatomic, assign) CGFloat annotationLevel

Discussion

少数注释文字,默认 fontSize 为 12 (富文本消息的内容)

Declared In

RCKitFontConf.h

  assistantLevel

极少数辅助说明,默认 fontSize 为 10 (gif 消息大小)

@property (nonatomic, assign) CGFloat assistantLevel

Discussion

极少数辅助说明,默认 fontSize 为 10 (gif 消息大小)

Declared In

RCKitFontConf.h

– fontOfFirstLevel

firstLevel 的 font,默认 fontSize 为 18

- (UIFont *)fontOfFirstLevel

Discussion

firstLevel 的 font,默认 fontSize 为 18

Declared In

RCKitFontConf.h

– fontOfSecondLevel

secondLevel 的 font,默认 fontSize 为 17

- (UIFont *)fontOfSecondLevel

Discussion

secondLevel 的 font,默认 fontSize 为 17

Declared In

RCKitFontConf.h

– fontOfThirdLevel

thirdLevel 的 font,默认 fontSize 为 15

- (UIFont *)fontOfThirdLevel

Discussion

thirdLevel 的 font,默认 fontSize 为 15

Declared In

RCKitFontConf.h

– fontOfFourthLevel

fourthLevel 的 font,默认 fontSize 为 14

- (UIFont *)fontOfFourthLevel

Discussion

fourthLevel 的 font,默认 fontSize 为 14

Declared In

RCKitFontConf.h

– fontOfGuideLevel

guideLevel 的 font,默认 fontSize 为 13

- (UIFont *)fontOfGuideLevel

Discussion

guideLevel 的 font,默认 fontSize 为 13

Declared In

RCKitFontConf.h

– fontOfAnnotationLevel

annotationLevel 的 font,默认 fontSize 为 12

- (UIFont *)fontOfAnnotationLevel

Discussion

annotationLevel 的 font,默认 fontSize 为 12

Declared In

RCKitFontConf.h

– fontOfAssistantLevel

assistantLevel 的 font,默认 fontSize 为 10

- (UIFont *)fontOfAssistantLevel

Discussion

assistantLevel 的 font,默认 fontSize 为 10

Declared In

RCKitFontConf.h

– fontOfSize:

自定义字体大小

- (UIFont *)fontOfSize:(CGFloat)size

Parameters

size

字体大小

Discussion

自定义字体大小

Declared In

RCKitFontConf.h