# 接口: CanvasFontSpec

# 继承关系

# 属性

# family

family: string

所有文本的默认字体系列,遵循 CSS font-family 选项。

默认值

"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"

# 继承自

FontSpec.family

# 定义于

types/index.d.ts:1766 (在新窗口中打开)


# lineHeight

lineHeight: string | number

单个文本行的高度(参见 MDN)。

默认值

1.2

# 继承自

FontSpec.lineHeight

# 定义于

types/index.d.ts:1785 (在新窗口中打开)


# size

size: number

文本的默认字体大小(以像素为单位)。不适用于 radialLinear 刻度点标签。

默认值

12

# 继承自

FontSpec.size

# 定义于

types/index.d.ts:1771 (在新窗口中打开)


# string

string: string

# 定义于

types/index.d.ts:1789 (在新窗口中打开)


# style

style: "normal" | "inherit" | "italic" | "oblique" | "initial"

默认字体样式。不适用于工具提示标题或页脚。不适用于图表标题。遵循 CSS font-style 选项(即 normal、italic、oblique、initial、inherit)

默认值

'normal'

# 继承自

FontSpec.style

# 定义于

types/index.d.ts:1776 (在新窗口中打开)


# weight

weight: number | "bold" | "normal" | "lighter" | "bolder"

默认字体粗细(粗体)。(参见 MDN)。

# 继承自

FontSpec.weight

# 定义于

types/index.d.ts:1780 (在新窗口中打开)