1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" />
7<title>PositionFlag</title>
8  </head>
9  <body>
10<h1><CODE>nn::font::CTR::TextWriterBase::PositionFlag</CODE> Enumerated Type</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum PositionFlag;
15</pre>
16    </div>
17<h2>Value</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22<th>Value</th>
23<td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27<th><CODE>HORIZONTAL_ALIGN_LEFT</CODE></th>
28<td>Left-aligns multiple lines of text.</td>
29        </tr>
30        <tr>
31<th><CODE>HORIZONTAL_ALIGN_CENTER</CODE></th>
32<td>Centers multiple lines of text.</td>
33        </tr>
34        <tr>
35<th><CODE>HORIZONTAL_ALIGN_RIGHT</CODE></th>
36<td>Right-aligns multiple lines of text.</td>
37        </tr>
38        <tr>
39<th><CODE>HORIZONTAL_ALIGN_MASK</CODE></th>
40          <td>
41        </td>
42        </tr>
43        <tr>
44<th><CODE>HORIZONTAL_ORIGIN_LEFT</CODE></th>
45<td>Places the origin at the left edge of the text.</td>
46        </tr>
47        <tr>
48<th><CODE>HORIZONTAL_ORIGIN_CENTER</CODE></th>
49<td>Places the origin at the horizontal center of the text.</td>
50        </tr>
51        <tr>
52<th><CODE>HORIZONTAL_ORIGIN_RIGHT</CODE></th>
53<td>Places the origin at the right edge of the text.</td>
54        </tr>
55        <tr>
56<th><CODE>HORIZONTAL_ORIGIN_MASK</CODE></th>
57          <td>
58        </td>
59        </tr>
60        <tr>
61<th><CODE>VERTICAL_ORIGIN_TOP</CODE></th>
62<td>Places the origin at the top of the text.</td>
63        </tr>
64        <tr>
65<th><CODE>VERTICAL_ORIGIN_MIDDLE</CODE></th>
66<td>Places the origin at the vertical center of the text.</td>
67        </tr>
68        <tr>
69<th><CODE>VERTICAL_ORIGIN_BOTTOM</CODE></th>
70<td>Places the origin at the baseline of the first line of text.</td>
71        </tr>
72        <tr>
73<th><CODE>VERTICAL_ORIGIN_BASELINE</CODE></th>
74<td>Places the origin at the bottom of the text.</td>
75        </tr>
76        <tr>
77<th><CODE>VERTICAL_ORIGIN_MASK</CODE></th>
78          <td>
79        </td>
80        </tr>
81      </table> </div>
82<h2>Description</h2>
83    <div class="section">
84<p>Text drawing flags used by the <a href="../../../../nn/font/CTR/TextWriterBase/SetDrawFlag.html"><CODE>SetDrawFlag</CODE></a> function for string placement.</p><!-- write here --></div>
85<h2>Revision History</h2>
86    <div class="section">
87      <dl class="history">
88        <dt>2010/11/10</dt>
89<dd>Initial version.<br />
90        </dd>
91      </dl>
92    </div>
93  <hr><p>CONFIDENTIAL</p></body>
94</html>