官术网_书友最值得收藏!

  • HTML5 Canvas Cookbook
  • Eric Rowell
  • 168字
  • 2021-08-27 12:08:02

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "Define the Events constructor."

A block of code is set as follows:

var Events = function(canvasId){
    this.canvas = document.getElementById(canvasId);
    this.context = this.canvas.getContext("2d");
    this.stage = undefined;
    this.listening = false;
};

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

var Events = function(canvasId){
 this.canvas = document.getElementById(canvasId);
 this.context = this.canvas.getContext("2d");
    this.stage = undefined;
    this.listening = false;
};

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "It writes out the text Hello Logo! at the origin."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 河西区| 沧州市| 新野县| 寻甸| 丰镇市| 长沙县| 永平县| 祁阳县| 平原县| 乐清市| 佛冈县| 内黄县| 公主岭市| 西丰县| 海城市| 巴楚县| 志丹县| 尤溪县| 娱乐| 福贡县| 浦江县| 阳西县| 肥东县| 灵璧县| 克东县| 麟游县| 印江| 珠海市| 彰武县| 石城县| 瑞昌市| 海宁市| 洞口县| 民丰县| 澄城县| 嘉峪关市| 石柱| 新晃| 达拉特旗| 道孚县| 柳州市|