- Canvas Cookbook
- Bhushan Purushottam Joshi
- 188字
- 2021-07-16 11:03:12
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The on load property is responsible to invoke the init()
function."
A block of code is set as follows:
<html> <head> <title>Simple Lines</title> <script type="text/javascript"> var can; var ctx;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function drawHorizontalLines()
{
xs=10; ys=10;xe=100; ye=10;
c="teal"; w=2;
//draw 10 lines
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "If your browser doesn't support Canvas then it will display Your browser doesn't support Canvas as mentioned in the Canvas element of the HTML code."
- PHP動態(tài)網(wǎng)站程序設計
- JavaScript+DHTML語法與范例詳解詞典
- 神經(jīng)網(wǎng)絡編程實戰(zhàn):Java語言實現(xiàn)(原書第2版)
- C語言程序設計教程(第2版)
- 數(shù)據(jù)結構簡明教程(第2版)微課版
- 零基礎學單片機C語言程序設計
- Android系統(tǒng)級深入開發(fā)
- 移動增值應用開發(fā)技術導論
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- Visual C++開發(fā)寶典
- HTML5與CSS3權威指南
- Java EE基礎實用教程
- 詩意的邊緣
- 菜鳥成長之路
- Raspberry Pi開發(fā)實戰(zhàn)