RichTextRun 定义了富文本的属性。
type RichTextRun struct { Font *Font Text string}
type RichTextRun struct {
Font *Font
Text string
}
本文档使用 BookStack 构建