First checkin, AXE release 0.2
[AXE.git] / doc / font_font.html
1 <html>
2 <head>
3 <title>font - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>font::font</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 font - font constructors and destructor
12 <h2> SYNOPSIS</h2>
13 font::font();
14 <p>
15 font::font(char *name);
16 <p>
17 font::~font();
18
19 <h2> DESCRIPTION</h2>
20
21 The default constructor, <em>font::font()</em> creates a font object but
22 does not load a Font resource in the X workstation.
23 <p>
24 The second constructor, <em>font::font(char *name)</em> creates a font
25 object and loads the font <em>name</em> in the workstation.
26 <p>
27 The destructor unloads the font from the workstation.
28 <h2> SEE ALSO</h2>
29 <h2> DIAGNOSTICS</h2>
30
31 </body>
32 </html>