First checkin, AXE release 0.2
[AXE.git] / doc / font_textwidth.html
1 <html>
2 <head>
3 <title>TextWidth - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>font::TextWidth</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 TextWidth - Compute width of a string
12 <h2> SYNOPSIS</h2>
13 int font::TextWidth(char *string, int length = 0);
14 <h2> DESCRIPTION</h2>
15
16 If <em>length</em> is 0 (the default), the length is the number of
17 characters in the string.
18
19 <h2> SEE ALSO</h2>
20 <h2> DIAGNOSTICS</h2>
21
22 </body>
23 </html>