Fonts节

本节用于设定文档的文本字体。

本节所有参数采用Name-Value Pair(名-值对)的形式,Name-Value之间采用等号分隔,Value由一个或多个不定数目的子参数构成,各个子参数之间采用逗号分隔。每种参数占用一行。其中等号两侧以及逗号两侧均允许有空格。

FontUsage = Value1, Value2, Value3

目前支持如下种类的FontUsage:

  • Default(缺省)
  • Intro(标题-引语)
  • Title(标题-标题)
  • SubTitle(标题-副标题)
  • SubTitle2(标题-副标题2)
  • WordsByAndMusicBy(标题-词曲作者)
  • KeyAndMeters(标题-调号拍号)
  • Expression(标题-表情)
  • Lyric(歌词)
  • LyricPrefix(歌词前缀)
  • LyricVerseIndex(歌词段号)
  • DrumPitch(锣鼓经)
  • AuxInfo(辅助信息)
  • Text(标准文字)
  • Fanzi(房子内部文字)
  • AttachText1(特殊文字)
  • AttachText2(特殊文字)
  • AttachText3(特殊文字)
  • AttachText4(特殊文字)
子参数 数据类型 含义 备注
Value1 string 字体名称
Value2 Float 字体大小,单位是mm
Value3 Set 是否粗体(B)、是否倾斜(I) 默认是[]

举例:

Default = Arial, 3.5

Intro = Arial, 3.0, [I]

Title = 微软雅黑, 6.0

SubTitle = 仿宋, 4.0

SubTitle2 = 仿宋, 3.8

WordsByAndMusicBy = 楷体, 4.0

KeyAndMeters = 微软雅黑, 3.5

Expression = 微软雅黑, 3.5

Lyric = 微软雅黑, 3.2

LyricPrefix = 仿宋, 3.2

LyricVerseIndex = 仿宋, 3.2, [I]

DrumPitch = 微软雅黑, 3.5

AuxInfo = 微软雅黑, 3.0

Text = 微软雅黑, 3.5

FangZi = 微软雅黑, 2.8, [I]

AttachText1 = 微软雅黑, 3.5

AttachText2 = 微软雅黑, 3.5

AttachText3 = 微软雅黑, 3.5

AttachText4 = 微软雅黑, 3.5