90 lines
5.5 KiB
HTML
90 lines
5.5 KiB
HTML
|
|
||
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
<html><head><title>Python: module fontTools.ttLib.tables.V_O_R_G_</title>
|
||
|
</head><body bgcolor="#f0f0f8">
|
||
|
|
||
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
||
|
<tr bgcolor="#7799ee">
|
||
|
<td valign=bottom> <br>
|
||
|
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="fontTools.html"><font color="#ffffff">fontTools</font></a>.<a href="fontTools.ttLib.html"><font color="#ffffff">ttLib</font></a>.<a href="fontTools.ttLib.tables.html"><font color="#ffffff">tables</font></a>.V_O_R_G_</strong></big></big></font></td
|
||
|
><td align=right valign=bottom
|
||
|
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/code/fontTools/Lib/fontTools/ttLib/tables/V_O_R_G_.py">/code/fontTools/Lib/fontTools/ttLib/tables/V_O_R_G_.py</a></font></td></tr></table>
|
||
|
<p></p>
|
||
|
<p>
|
||
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
||
|
<tr bgcolor="#aa55cc">
|
||
|
<td colspan=3 valign=bottom> <br>
|
||
|
<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
|
||
|
|
||
|
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
||
|
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="fontTools.ttLib.tables.DefaultTable.html">fontTools.ttLib.tables.DefaultTable</a><br>
|
||
|
</td><td width="25%" valign=top><a href="fontTools.ttLib.sfnt.html">fontTools.ttLib.sfnt</a><br>
|
||
|
</td><td width="25%" valign=top><a href="struct.html">struct</a><br>
|
||
|
</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
|
||
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
||
|
<tr bgcolor="#ee77aa">
|
||
|
<td colspan=3 valign=bottom> <br>
|
||
|
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
|
||
|
|
||
|
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
|
||
|
<td width="100%"><dl>
|
||
|
<dt><font face="helvetica, arial"><a href="fontTools.ttLib.tables.DefaultTable.html#DefaultTable">fontTools.ttLib.tables.DefaultTable.DefaultTable</a>
|
||
|
</font></dt><dd>
|
||
|
<dl>
|
||
|
<dt><font face="helvetica, arial"><a href="fontTools.ttLib.tables.V_O_R_G_.html#table_V_O_R_G_">table_V_O_R_G_</a>
|
||
|
</font></dt></dl>
|
||
|
</dd>
|
||
|
<dt><font face="helvetica, arial"><a href="fontTools.ttLib.tables.V_O_R_G_.html#VOriginRecord">VOriginRecord</a>
|
||
|
</font></dt></dl>
|
||
|
<p>
|
||
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
||
|
<tr bgcolor="#ffc8d8">
|
||
|
<td colspan=3 valign=bottom> <br>
|
||
|
<font color="#000000" face="helvetica, arial"><a name="VOriginRecord">class <strong>VOriginRecord</strong></a></font></td></tr>
|
||
|
|
||
|
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
||
|
<td width="100%">Methods defined here:<br>
|
||
|
<dl><dt><a name="VOriginRecord-__init__"><strong>__init__</strong></a>(self, name<font color="#909090">=None</font>, vOrigin<font color="#909090">=None</font>)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="VOriginRecord-fromXML"><strong>fromXML</strong></a>(self, (name, attrs, content), ttFont)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="VOriginRecord-toXML"><strong>toXML</strong></a>(self, writer, ttFont)</dt></dl>
|
||
|
|
||
|
</td></tr></table> <p>
|
||
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
||
|
<tr bgcolor="#ffc8d8">
|
||
|
<td colspan=3 valign=bottom> <br>
|
||
|
<font color="#000000" face="helvetica, arial"><a name="table_V_O_R_G_">class <strong>table_V_O_R_G_</strong></a>(<a href="fontTools.ttLib.tables.DefaultTable.html#DefaultTable">fontTools.ttLib.tables.DefaultTable.DefaultTable</a>)</font></td></tr>
|
||
|
|
||
|
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
|
||
|
<td colspan=2><tt>This table is structured so that you can treat it like a dictionary keyed by glyph name.<br>
|
||
|
ttFont['VORG'][<glyphName>] will return the vertical origin for any glyph<br>
|
||
|
ttFont['VORG'][<glyphName>] = <value> will set the vertical origin for any glyph.<br> </tt></td></tr>
|
||
|
<tr><td> </td>
|
||
|
<td width="100%">Methods defined here:<br>
|
||
|
<dl><dt><a name="table_V_O_R_G_-__getitem__"><strong>__getitem__</strong></a>(self, name)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="table_V_O_R_G_-__setitem__"><strong>__setitem__</strong></a>(self, name, value)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="table_V_O_R_G_-compile"><strong>compile</strong></a>(self, ttFont)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="table_V_O_R_G_-decompile"><strong>decompile</strong></a>(self, data, ttFont)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="table_V_O_R_G_-fromXML"><strong>fromXML</strong></a>(self, (name, attrs, content), ttFont)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="table_V_O_R_G_-toXML"><strong>toXML</strong></a>(self, writer, ttFont)</dt></dl>
|
||
|
|
||
|
<hr>
|
||
|
Methods inherited from <a href="fontTools.ttLib.tables.DefaultTable.html#DefaultTable">fontTools.ttLib.tables.DefaultTable.DefaultTable</a>:<br>
|
||
|
<dl><dt><a name="table_V_O_R_G_-__cmp__"><strong>__cmp__</strong></a>(self, other)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="table_V_O_R_G_-__init__"><strong>__init__</strong></a>(self, tag)</dt></dl>
|
||
|
|
||
|
<dl><dt><a name="table_V_O_R_G_-__repr__"><strong>__repr__</strong></a>(self)</dt></dl>
|
||
|
|
||
|
<hr>
|
||
|
Data and other attributes inherited from <a href="fontTools.ttLib.tables.DefaultTable.html#DefaultTable">fontTools.ttLib.tables.DefaultTable.DefaultTable</a>:<br>
|
||
|
<dl><dt><strong>dependencies</strong> = []</dl>
|
||
|
|
||
|
</td></tr></table></td></tr></table>
|
||
|
</body></html>
|