shaku
Version:
A simple and effective JavaScript game development framework that knows its place!
33 lines (22 loc) • 868 B
Markdown

[Back To Table of Content](index.md)
# Text Alignment
## Typedefs
<dl>
<dt><a href="#TextAlignment">TextAlignment</a> : <code>String</code></dt>
<dd></dd>
</dl>
<a name="TextAlignments"></a>
## TextAlignments : <code>enum</code>
Possible text alignments.
**Kind**: global enum
**Read only**: true
**Properties**
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| Left | [<code>TextAlignment</code>](#TextAlignment) | <code>left</code> | Align text left-to-right. |
| Right | [<code>TextAlignment</code>](#TextAlignment) | <code>right</code> | Align text right-to-left. |
| Center | [<code>TextAlignment</code>](#TextAlignment) | <code>center</code> | Align text to center. |
<a name="TextAlignment"></a>
## TextAlignment : <code>String</code>
**Kind**: global typedef