HTML 5 canvas font 属性

实例

一段 40 体是 "Arial":

Your browser does not support the canvas tag.

JavaScript:

var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
ctx.font="40px Arial";
ctx.fillText("Hello World",10,50);

Internet Explorer 9、Firefox、Opera、Chrome 以及 Safari 支持 fillStyle 属性。

注释:Internet Explorer 8 <canvas> 元素。

font 性。

font 语法与 CSS font 属性相同。

默认值: 10px sans-serif
JavaScript 语法: context.font="italic small-caps bold 12px arial";

属性值

描述
font-style

值:

  • normal
  • italic
  • oblique
font-variant

值:

  • normal
  • small-caps
font-weight

的值:

  • normal
  • bold
  • bolder
  • lighter
  • 100
  • 200
  • 300
  • 400
  • 500
  • 600
  • 700
  • 800
  • 900
font-size / line-height 素计。
font-family 列。
caption )。
icon 体。
menu )。
message-box 体。
small-caption 的字体。
status-bar 的字体。