1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>g2: FIG</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul></div>
<h1>FIG<br>
<small>
[<a class="el" href="group__physdev.html">g2 Physical devices</a>]</small>
</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">G2L int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__FIG.html#g1c29696d47835496fcad7739cab35148">g2_open_FIG</a> (const char *file_name)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
FIG devices generate output in the FIG 3.2 format. For more details about FIG format and xfig application please visit <a href="http://www.xfig.org">http://www.xfig.org</a> .<p>
<dl compact><dt><b>Note:</b></dt><dd>FIG is a vector-oriented (as oposed to pixel-oriented) format. Therefore <a class="el" href="group__graphic.html#gca2cdab23b7f4544b2766920af126bc6">g2_image</a> function and splines are not optimally supported. </dd></dl>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="g1c29696d47835496fcad7739cab35148"></a><!-- doxytag: member="g2_FIG.c::g2_open_FIG" ref="g1c29696d47835496fcad7739cab35148" args="(const char *file_name)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">G2L int g2_open_FIG </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const char * </td>
<td class="mdname1" valign="top" nowrap> <em>file_name</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Create a FIG device. g2 uses A4 paper size (landscape orientation) as default.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>file_name</em> </td><td>fig file name</td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>physical device id </dd></dl>
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 17 21:27:48 2006 for g2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|