File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ + (StyleType)getStyleType {
88+ (BOOL )isParagraphStyle {
99 return YES ;
1010}
11+ + (const char *)tagName {
12+ return " h4" ;
13+ }
1114- (CGFloat)getHeadingFontSize {
1215 return [((EnrichedTextInputView *)input)->config h4FontSize ];
1316}
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ + (StyleType)getStyleType {
88+ (BOOL )isParagraphStyle {
99 return YES ;
1010}
11+ + (const char *)tagName {
12+ return " h5" ;
13+ }
1114- (CGFloat)getHeadingFontSize {
1215 return [((EnrichedTextInputView *)input)->config h5FontSize ];
1316}
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ + (StyleType)getStyleType {
88+ (BOOL )isParagraphStyle {
99 return YES ;
1010}
11+ + (const char *)tagName {
12+ return " h6" ;
13+ }
1114- (CGFloat)getHeadingFontSize {
1215 return [((EnrichedTextInputView *)input)->config h6FontSize ];
1316}
You can’t perform that action at this time.
0 commit comments