This article mainly introduces a summary of the methods of text alignment in HTML5 Canvas, including the use of horizontally aligned context.textAlign and vertically aligned context.textBaseline and various parameters. Friends in need can refer to horizontally aligned textAligncontext .textAlign="center|end|left|right|start";The values and meanings are as shown in the table below. Value description start default. The text starts at the specified position. endThe text ends at the specified position. centerThe center of the text is placed at the specified location. left text is left aligned and right text is right aligned. Let’s feel it intuitively through an example.
&nb1. HTML5 Canvas code summary to implement text alignment
Introduction: This article mainly introduces a summary of the methods of text alignment in HTML5 Canvas, including the use of horizontally aligned context.textAlign and vertically aligned context.textBaseline and various parameters. Friends in need You can refer to the following
2. Web icon and text alignment magic skill 2016.03.23_html/css_WEB-ITnose
Introduction :Web icon and text alignment magic skills 2016.03.23
3. JS method to control table row text alignment_javascript skills
Introduction: This article mainly introduces the JS method to control the text alignment of table rows, and involves related techniques of javascript operating table styles. Friends in need can refer to the following
4. Summary of methods to achieve text alignment in HTML5 Canvas_html5 tutorial skills
Introduction: This article mainly introduces a summary of methods to achieve text alignment in HTML5 Canvas, including Use horizontally aligned context.textAlign and vertically aligned context.textBaseline two methods and various parameters. Friends in need can refer to the following
[Related Q&A recommendations]:
ios - The most appropriate way to achieve multi-line text alignment effect
The above is the detailed content of 5 recommended articles about text alignment. For more information, please follow other related articles on the PHP Chinese website!