context.font="文字样式"
default:"20px sans-serif"
font包含:
font-style
normal:默认
italic:斜体字
oblique:倾斜体字
font-variant
normal:默认
small-caps (小型大写字母代替小写字母)
font-weight
lighter
normal:默认
bold
bolder
font-size
20px:默认
font-family
context.textAlign=left/center/right(文本水平对齐方式)
context.textBaseline=top/middle/bottom(文本垂直对齐方式)
context.fillText(string,x,y,[maxlen])
context.strokeText(string,x,y,[maxlen])
context.measureText(string).width(获取string在Canvas中渲染的宽度)
default:"20px sans-serif"
font包含:
font-style
normal:默认
italic:斜体字
oblique:倾斜体字
font-variant
normal:默认
small-caps (小型大写字母代替小写字母)
font-weight
lighter
normal:默认
bold
bolder
font-size
20px:默认
font-family
context.textAlign=left/center/right(文本水平对齐方式)
context.textBaseline=top/middle/bottom(文本垂直对齐方式)
context.fillText(string,x,y,[maxlen])
context.strokeText(string,x,y,[maxlen])
context.measureText(string).width(获取string在Canvas中渲染的宽度)