First checkin, AXE release 0.2
[AXE.git] / doc / font_ascent.html
1 <html>
2 <head>
3 <title>ascent - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>font::ascent</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 ascent - Compute the height of a font above the baseline
12 <h2> SYNOPSIS</h2>
13 #include "font.h"
14 <p>
15 int font::ascent(void);
16 <h2> DESCRIPTION</h2>
17
18 The total height of a font is its ascent and descent added together.
19
20 <h2> SEE ALSO</h2>
21
22 <a href="font_descent.html">descent</a>
23
24 <h2> DIAGNOSTICS</h2>
25
26 </body>
27 </html>