Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > f48941b2df41f17d4c9519d16b753438 > files > 339

ClanLib06-devel-0.6.5-16.fc13.x86_64.rpm


<html>
<head><title>ClanLib Reference: CL_Font</title></head>
<body text=black link=blue vlink=#800080 bgcolor=white topmargin=0 leftmargin=0>
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td><img border=0 src="../images/eyeheader-main-purple-a.gif" alt="ClanSoft logo" width=525 height=96></td></tr>
<tr bgcolor=#dadada><td align=left valign=top><img border=0 src="../images/eyeheader-main-purple-b.gif" alt="ClanSoft logo" width=190 height=14></td><td align=right valign=top><img border=0 src="../images/clanlib_light.gif" width=42 height=14></td></tr></table>
<table align=center border=0 cellspacing=10> <tr>
<td><a href="entire_class_index.html">Entire Class Index</a></td>
<td><a href="class_index.html">Main Class Index</a></td>
<td><a href="cross_index.html">Cross Index</a></td>
<td><a href="global_index.html">Global Index</a></td>
</table><h1 align=center>Class CL_Font</h1><p>
<b>  ClanLib's font class.</b><br>
Contained in: <a href="global_index.html">global</a><br>
Derived from:
<i>none</i>
<br>
Derived by:
<i>none</i>
<br>Group: Display (Fonts)
<p>
#include &lt;ClanLib/display.h&gt;
<p>
<hr noshade>
<table border=0>
<tr><td colspan=3><h3>public function member index:</h3></td>
<tr valign=top><td align=left><h3>Static_init:</h3></td>
<tr valign=top><td align=right><tt><tt>static</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>*</tt> </td><td align=right><a href="CL_Font.html#2128"><tt><font color=blue><b>create</b></font></tt></a></td><td><tt>(<a href="CL_Font_Description.html"><tt><font color=navy><b>CL_Font_Description</b></font></tt></a>* <tt><font color=blue>font_desc</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt>static</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>*</tt> </td><td align=right><a href="CL_Font.html#2129"><tt><font color=blue><b>load</b></font></tt></a></td><td><tt>(<tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>resource_id</font></tt>, <a href="CL_ResourceManager.html"><tt><font color=navy><b>CL_ResourceManager</b></font></tt></a>* <tt><font color=blue>resource_manager</font></tt>)</tt>;</td>
<tr valign=top><td align=left><h3>Construction:</h3></td>
<tr valign=top><td align=right><tt></tt> </td><td align=right><a href="CL_Font.html#2130"><tt><font color=blue><b>CL_Font</b></font></tt></a></td><td><tt>(<a href="CL_Font_Description.html"><tt><font color=navy><b>CL_Font_Description</b></font></tt></a>* <tt><font color=blue>provider</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt></tt> </td><td align=right><a href="CL_Font.html#2131"><tt><font color=blue><b>CL_Font</b></font></tt></a></td><td><tt>(<tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>resource_id</font></tt>, <a href="CL_ResourceManager.html"><tt><font color=navy><b>CL_ResourceManager</b></font></tt></a>* <tt><font color=blue>manager</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt></tt> </td><td align=right><a href="CL_Font.html#2132"><tt><font color=blue><b>CL_Font</b></font></tt></a></td><td><tt>(<tt>const</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>& <tt><font color=blue>font</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt>virtual</tt> </tt> </td><td align=right><a href="CL_Font.html#2133"><tt><font color=blue><b>~CL_Font</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr valign=top><td align=left><h3>Operations:</h3></td>
<tr valign=top><td align=right><tt><a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>&</tt> </td><td align=right><a href="CL_Font.html#2134"><tt><font color=black><b>operator</b></font></tt><tt> =</tt></a></td><td><tt>(<tt>const</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>& <tt><font color=blue>copy</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_Font.html#2135"><tt><font color=blue><b>get_height</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_Font.html#2136"><tt><font color=blue><b>get_text_width</b></font></tt></a></td><td><tt>(<tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_Font.html#2137"><tt><font color=blue><b>get_char_width</b></font></tt></a></td><td><tt>(<tt>const</tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>character</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_Font.html#2138"><tt><font color=blue><b>print_left</b></font></tt></a></td><td><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>n_height</font></tt>=1)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_Font.html#2139"><tt><font color=blue><b>print_left</b></font></tt></a></td><td><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt><font color=purple>float</font></tt> <tt><font color=blue>scale_x</font></tt>, <tt><font color=purple>float</font></tt> <tt><font color=blue>scale_y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_Font.html#2140"><tt><font color=blue><b>print_center</b></font></tt></a></td><td><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>n_height</font></tt>=1)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_Font.html#2141"><tt><font color=blue><b>print_right</b></font></tt></a></td><td><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>n_height</font></tt>=1)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_Font.html#2142"><tt><font color=blue><b>put_target</b></font></tt></a></td><td><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <a href="CL_Target.html"><tt><font color=navy><b>CL_Target</b></font></tt></a>* <tt><font color=blue>target</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>alignment</font></tt> = ALIGN_LEFT)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_Font.html#2143"><tt><font color=blue><b>change_size</b></font></tt></a></td><td><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>size</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt><font color=navy>unsigned</font></tt> <tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_Font.html#2144"><tt><font color=blue><b>change_colour</b></font></tt></a></td><td><tt>(<tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>r</font></tt>, <tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>g</font></tt>, <tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>b</font></tt>, <tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>a</font></tt>)</tt>;</td>
<tr valign=top><td align=left><h3>Implementation:</h3></td>
<tr valign=top><td align=right><tt></tt> </td><td align=right><a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a></td><td><tt>(<tt><font color=navy>class</font></tt> <tt><font color=blue>CL_Font_Generic</font></tt>* <tt><font color=blue>impl</font></tt>)</tt>;</td>
<tr><td>&nbsp;</td></table>
<hr noshade>
<h2>Description:</h2>
  This class allows you to easilly draw text onto the backbuffer or to a  renderer target.<br><br>  The font can be created in two ways. Either it is loaded from a  resource, or it is created using the font description interface. The font  and its description have the same relationship/functionality as the  <a href="CL_Surface.html">CL_Surface</a> surface and its  <a href="CL_SurfaceProvider.html">CL_SurfaceProvider</a> provider.<br><br>  Please read the <a href="CL_Font_Description.html">CL_Font_Description</a> page if you want an description on  how to create your own font.<br><p>
<hr noshade>
<h2>Function Member Descriptions:</h2>
<a name="2130"><font size=+1><b>CL_Font::CL_Font</b></font></a> -   Creates a font from a font provider/description<br><tt></tt> <a href="CL_Font.html#2130"><tt><font color=blue><b>CL_Font</b></font></tt></a><tt>(<a href="CL_Font_Description.html"><tt><font color=navy><b>CL_Font_Description</b></font></tt></a>* <tt><font color=blue>provider</font></tt>)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2131"><font size=+1><b>CL_Font::CL_Font</b></font></a> -   Loads a font from a resource file.<br><tt></tt> <a href="CL_Font.html#2131"><tt><font color=blue><b>CL_Font</b></font></tt></a><tt>(<tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>resource_id</font></tt>, <a href="CL_ResourceManager.html"><tt><font color=navy><b>CL_ResourceManager</b></font></tt></a>* <tt><font color=blue>manager</font></tt>)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2132"><font size=+1><b>CL_Font::CL_Font</b></font></a> -   Make a copy of an other font, but share the image data.<br><tt></tt> <a href="CL_Font.html#2132"><tt><font color=blue><b>CL_Font</b></font></tt></a><tt>(<tt>const</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>& <tt><font color=blue>font</font></tt>)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2145"><font size=+1><b>CL_Font::CL_Font</b></font></a> -   Font constructor<br><tt></tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a><tt>(<tt><font color=navy>class</font></tt> <tt><font color=blue>CL_Font_Generic</font></tt>* <tt><font color=blue>impl</font></tt>)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2144"><font size=+1><b>CL_Font::change_colour</b></font></a> -   Changes the colour of the font used.<br><tt><tt><font color=navy>unsigned</font></tt> <tt><font color=purple>int</font></tt></tt> <a href="CL_Font.html#2144"><tt><font color=blue><b>change_colour</b></font></tt></a><tt>(<tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>r</font></tt>, <tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>g</font></tt>, <tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>b</font></tt>, <tt><font color=navy>unsigned</font></tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>a</font></tt>)</tt>;<br><blockquote>  r - The red component<br>  g - The green component<br>  b - The blue component<br>  a - The alpha component<br>  Returns - Returns the font set in packed ARGB format.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2143"><font size=+1><b>CL_Font::change_size</b></font></a> -   Changes the size of the font used.<br>  This function only does something meaninful if you use TrueType fonts<br><tt><tt><font color=purple>int</font></tt></tt> <a href="CL_Font.html#2143"><tt><font color=blue><b>change_size</b></font></tt></a><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>size</font></tt>)</tt>;<br><blockquote>  size - The new size to use.<br>  Returns -  Returns the size set or -1 if the font size cannot be changed to size</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2128"><font size=+1><b>CL_Font::create</b></font></a> -   Creates the font from a font description.<br><tt><tt>static</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>*</tt> <a href="CL_Font.html#2128"><tt><font color=blue><b>create</b></font></tt></a><tt>(<a href="CL_Font_Description.html"><tt><font color=navy><b>CL_Font_Description</b></font></tt></a>* <tt><font color=blue>font_desc</font></tt>)</tt>;<br><blockquote>  font_desc - The font description used to construct the font.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2137"><font size=+1><b>CL_Font::get_char_width</b></font></a> -   Return the width of character if drawn with this font.<br><tt><tt><font color=purple>int</font></tt></tt> <a href="CL_Font.html#2137"><tt><font color=blue><b>get_char_width</b></font></tt></a><tt>(<tt>const</tt> <tt><font color=purple>char</font></tt> <tt><font color=blue>character</font></tt>)</tt>;<br><blockquote>  text - Character the width should be calculated from.<br>  Returns - Width of the character (in pixels).</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2135"><font size=+1><b>CL_Font::get_height</b></font></a> -   Returns the height of the font.<br><tt><tt><font color=purple>int</font></tt></tt> <a href="CL_Font.html#2135"><tt><font color=blue><b>get_height</b></font></tt></a><tt>()</tt>;<br><blockquote>  Returns - Width of the font.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2136"><font size=+1><b>CL_Font::get_text_width</b></font></a> -   Return the width of 'text' if drawn with this font.<br><tt><tt><font color=purple>int</font></tt></tt> <a href="CL_Font.html#2136"><tt><font color=blue><b>get_text_width</b></font></tt></a><tt>(<tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>)</tt>;<br><blockquote>  text - Text string the width should be calculated from.<br>  Returns - Width of the text (in pixels).</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2129"><font size=+1><b>CL_Font::load</b></font></a> -   Loads the font from resources.<br><tt><tt>static</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>*</tt> <a href="CL_Font.html#2129"><tt><font color=blue><b>load</b></font></tt></a><tt>(<tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>resource_id</font></tt>, <a href="CL_ResourceManager.html"><tt><font color=navy><b>CL_ResourceManager</b></font></tt></a>* <tt><font color=blue>resource_manager</font></tt>)</tt>;<br><blockquote>  resource_id - The resource ID of the font.<br>  resource_manager - The resource manager used to load the<br>                     resources from.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2134"><font size=+1><b>CL_Font::operator =</b></font></a> -   Copy assignment operator.<br><tt><a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>&</tt> <a href="CL_Font.html#2134"><tt><font color=black><b>operator</b></font></tt><tt> =</tt></a><tt>(<tt>const</tt> <a href="CL_Font.html#2145"><tt><font color=blue><b>CL_Font</b></font></tt></a>& <tt><font color=blue>copy</font></tt>)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2140"><font size=+1><b>CL_Font::print_center</b></font></a> -   Prints 'text' center aligned at coordinates ('x','y').<br><tt><tt><font color=purple>void</font></tt></tt> <a href="CL_Font.html#2140"><tt><font color=blue><b>print_center</b></font></tt></a><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>n_height</font></tt>=1)</tt>;<br><blockquote>  x - X coordinate (in pixels) the text is centered at.<br>  y - Y coordiante (in pixels) the text is centered at.<br>  text - The text to be drawn with this font.<br>  n_height - Adds font height + n_height pixels to Y coordinate on new line ('\n').</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2138"><font size=+1><b>CL_Font::print_left</b></font></a> -   Prints 'text' left aligned at coordinates ('x','y').<br><tt><tt><font color=purple>void</font></tt></tt> <a href="CL_Font.html#2138"><tt><font color=blue><b>print_left</b></font></tt></a><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>n_height</font></tt>=1)</tt>;<br><blockquote>  x - X coordinate (in pixels) the text is drawn at.<br>  y - Y coordiante (in pixels) the text is drawn at.<br>  text - The text to be drawn with this font.<br>  n_height - Adds font height + n_height pixels to Y coordinate on new line ('\n').</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2139"><font size=+1><b>CL_Font::print_left</b></font></a> -   Prints 'text' left aligned at coordinates ('x','y').<br><tt><tt><font color=purple>void</font></tt></tt> <a href="CL_Font.html#2139"><tt><font color=blue><b>print_left</b></font></tt></a><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt><font color=purple>float</font></tt> <tt><font color=blue>scale_x</font></tt>, <tt><font color=purple>float</font></tt> <tt><font color=blue>scale_y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>)</tt>;<br><blockquote>  x - X coordinate (in pixels) the text is drawn at.<br>  y - Y coordiante (in pixels) the text is drawn at.<br>  scale_x - Scale font width scale_x times.<br>  scale_y - Scale font height scale_y times.<br>  text - The text to be drawn with this font.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2141"><font size=+1><b>CL_Font::print_right</b></font></a> -   Prints 'text' right aligned at coordinates ('x','y').<br><tt><tt><font color=purple>void</font></tt></tt> <a href="CL_Font.html#2141"><tt><font color=blue><b>print_right</b></font></tt></a><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>n_height</font></tt>=1)</tt>;<br><blockquote>  x - X coordinate (in pixels) the text is ends at.<br>  y - Y coordiante (in pixels) the text is drawn at.<br>  text - The text to be drawn with this font.<br>  n_height - Adds font height + n_height pixels to Y coordinate on new line ('\n').</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2142"><font size=+1><b>CL_Font::put_target</b></font></a> -   Prints 'text' aligned with alignment at coordinates ('x','y') to the target surface.<br>  If CL_Font::ALIGN_LEFT is specified the text is draw starting from x, y.<br>  If CL_Font::ALIGN_CENTER is specified the text is centered at x, y.<br>  If CL_Font::ALIGN_RIGHT is specified the text ends at x, y;<br><tt><tt><font color=purple>void</font></tt></tt> <a href="CL_Font.html#2142"><tt><font color=blue><b>put_target</b></font></tt></a><tt>(<tt><font color=purple>int</font></tt> <tt><font color=blue>x</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>y</font></tt>, <tt>const</tt> <tt><font color=navy>std::string</font></tt>& <tt><font color=blue>text</font></tt>, <a href="CL_Target.html"><tt><font color=navy><b>CL_Target</b></font></tt></a>* <tt><font color=blue>target</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>alignment</font></tt> = ALIGN_LEFT)</tt>;<br><blockquote>  x - X coordinate (in pixels)<br>  y - Y coordiante (in pixels)<br>  text - The text to be drawn with this font.<br>  target - the target surface to blit to.<br>  alignment - the alignment of the text, CL_Font::ALIGN_LEFT, CL_Font::ALIGN_CENTER, CL_Font::ALIGN_RIGHT</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="2133"><font size=+1><b>CL_Font::~CL_Font</b></font></a> -   Font Destructor<br><tt><tt>virtual</tt> </tt> <a href="CL_Font.html#2133"><tt><font color=blue><b>~CL_Font</b></font></tt></a><tt>()</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<hr noshade>
<h2>Variable Member Descriptions:</h2>
<a name="2146"><font size=+1><b>CL_Font::impl</b></font></a> -   The font generic implementation<br>
<tt><tt><font color=navy>CL_Font_Generic</font></tt> *</tt> <tt><a href="CL_Font.html#2146"><tt><font color=blue>impl</font></tt></a>;</tt><hr size="1" width="70%" align="left" noshade="noshade"><br>
<a name="2147"><font size=+1><b>CL_Font::resource</b></font></a> -   Font resource, if any.<br>
<tt><a href="CL_Resource.html"><tt><font color=navy><b>CL_Resource</b></font></tt></a> </tt> <tt><a href="CL_Font.html#2147"><tt><font color=blue>resource</font></tt></a>;</tt><hr size="1" width="70%" align="left" noshade="noshade"><br>
<hr noshade>
</body>
</html>