Javascript + html5: How to Use canvas to draw empty text in a canvas

Source: Internet
Author: User

Javascript + html5: How to Use canvas to draw empty text in a canvas

This document describes how to use JavaScript + html5 to draw empty text in the canvas. Share it with you for your reference. The specific implementation method is as follows:

?

1

2

3

4

5

6

7

8

9

10

11

12

13

14

<! DOCTYPE html>

<Html>

<Body>

<Canvas id = "myCanvas" width = "200" height = "100"

Style = "border: 1px solid # d3d3d3;">

Your browser does not support the HTML5 canvas tag. </canvas>

<Script type = "text/javascript">

Var c = document. getElementById ("myCanvas ");

Var ctx = c. getContext ("2d ");

Ctx. font = "30px Arial ";

Ctx. strokeText ("Hello World", 10, 50 );

</Script>

</Body>

</Html>

I hope this article will help you with web programming.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.