First checkin, AXE release 0.2
[AXE.git] / doc / font.html
1 <html>
2 <head>
3 <title>font - Andromeda X windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>class font</h1>
8 <hr>
9 <h2> NAME</h2>
10 font - X font class
11 <h2> SYNOPSIS</h2>
12 class font
13 <h2> DESCRIPTION</h2>
14
15 A <em>font</em> describes the sizes and shapes of displayable text characters.
16
17 <table>
18 <tr><th colspan=2>Operations</th></tr>
19
20 <tr>
21    <td width=150><a href="font_font.html">font</a></td>
22    <td>font contructors and destructors</td>
23 <tr>
24    <td><a href="font_ID.html">ID</a></td>
25    <td>Obtain X font id number</td>
26 <tr>
27    <td><a href="font_load.html">Load</a></td>
28    <td>Load a font in the workstation</td>
29 <tr>
30    <td><a href="font_textwidth.html">TextWidth</a></td>
31    <td>Compute the width of a string</td>
32 <tr>
33    <td><a href="font_ascent.html">ascent</a></td>
34    <td>Compute the height of the font above the baseline
35 <tr>
36    <td><a href="font_descent.html">descent</a></td>
37    <td>Compute the height of the font below the baseline
38 </table>
39
40 <h2> SEE ALSO</h2>
41 <h2> DIAGNOSTICS</h2>
42
43 </body>
44 </html>