⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 struct__logfont.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!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>MiniGUI V1.6.10 API Reference: _LOGFONT Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><h1>_LOGFONT Struct Reference<br><small>[<a class="el" href="group__font__fns.htm">Logical font operations</a>]</small></h1><code>#include &lt;<a class="el" href="gdi_8h-source.htm">gdi.h</a>&gt;</code><p><h2>Data Fields</h2><ul><li>char <a class="el" href="struct__LOGFONT.htm#o0">type</a> [LEN_FONT_NAME+1]<li>char <a class="el" href="struct__LOGFONT.htm#o1">family</a> [LEN_FONT_NAME+1]<li>char <a class="el" href="struct__LOGFONT.htm#o2">charset</a> [LEN_FONT_NAME+1]<li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__LOGFONT.htm#o3">style</a><li>int <a class="el" href="struct__LOGFONT.htm#o4">size</a><li>int <a class="el" href="struct__LOGFONT.htm#o5">rotation</a><li>unsigned short <a class="el" href="struct__LOGFONT.htm#o6">sbc_scale</a><li>unsigned short <a class="el" href="struct__LOGFONT.htm#o7">mbc_scale</a><li><a class="el" href="struct__DEVFONT.htm">DEVFONT</a> * <a class="el" href="struct__LOGFONT.htm#o8">sbc_devfont</a><li><a class="el" href="struct__DEVFONT.htm">DEVFONT</a> * <a class="el" href="struct__LOGFONT.htm#o9">mbc_devfont</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>The logical font structure. <p><p>Definition at line <a class="el" href="gdi_8h-source.htm#l05448">5448</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o2" doxytag="_LOGFONT::charset"></a><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">char <a class="el" href="struct__LOGFONT.htm#o2">charset</a>[LEN_FONT_NAME+1]          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The charset of the logical font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05454">5454</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o1" doxytag="_LOGFONT::family"></a><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">char <a class="el" href="struct__LOGFONT.htm#o1">family</a>[LEN_FONT_NAME+1]          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The family name of the logical font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05452">5452</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o9" doxytag="_LOGFONT::mbc_devfont"></a><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"><a class="el" href="struct__DEVFONT.htm">DEVFONT</a>* <a class="el" href="struct__LOGFONT.htm#o9">mbc_devfont</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Device font in multiply charset set <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05468">5468</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o7" doxytag="_LOGFONT::mbc_scale"></a><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">unsigned short <a class="el" href="struct__LOGFONT.htm#o7">mbc_scale</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The scale factor of mbc device font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05464">5464</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o5" doxytag="_LOGFONT::rotation"></a><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">int <a class="el" href="struct__LOGFONT.htm#o5">rotation</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The rotation angle of the logical font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05460">5460</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o8" doxytag="_LOGFONT::sbc_devfont"></a><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"><a class="el" href="struct__DEVFONT.htm">DEVFONT</a>* <a class="el" href="struct__LOGFONT.htm#o8">sbc_devfont</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Device font in single charset set <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05466">5466</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o6" doxytag="_LOGFONT::sbc_scale"></a><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">unsigned short <a class="el" href="struct__LOGFONT.htm#o6">sbc_scale</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The scale factor of sbc device font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05462">5462</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o4" doxytag="_LOGFONT::size"></a><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">int <a class="el" href="struct__LOGFONT.htm#o4">size</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The size of the logical font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05458">5458</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o3" doxytag="_LOGFONT::style"></a><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"><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__LOGFONT.htm#o3">style</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The styles of the logical font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05456">5456</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><a class="anchor" name="o0" doxytag="_LOGFONT::type"></a><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">char <a class="el" href="struct__LOGFONT.htm#o0">type</a>[LEN_FONT_NAME+1]          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The type of the logical font. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l05450">5450</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.    </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="gdi_8h-source.htm">gdi.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:52 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -