TwlIPL_commit-99/add-ins/TwlSystem/man/ja_JP/g2d/Font/NNSG2dTextRect.html

60 lines
1.4 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE>NNSG2dTextRect</TITLE>
<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
</HEAD>
<BODY>
<H1 align="left">NNSG2dTextRect</H1>
<H2>定義</H2>
<DL>
<DD>
<PRE><CODE>
#include &lt;nnsys/g2d/g2d_Font.h&gt;
typedef struct NNSG2dTextRect
{
int width;
int height;
}
NNSG2dTextRect;
</CODE></PRE>
</DL>
<H2>説明</H2>
<P>
<code><a href="../Font/NNS_G2dFontGetTextRect.html">NNS_G2dFontGetTextRect()</a></code> および
<code><a href="../TextCanvas/NNS_G2dTextCanvasGetTextRect.html">NNS_G2dTextCanvasGetTextRect()</a></code>
文字列の矩形サイズを受け取るための構造体です。
</P>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TD width="13%"><EM><STRONG>width</STRONG></EM></TD>
<TD width="87%"> 矩形の幅 </TD>
</TR>
<TR>
<TD width="13%"><EM><STRONG>height</STRONG></EM></TD>
<TD width="87%"> 矩形の高さ </TD>
</TR>
</TBODY>
</TABLE>
<H2>参照</H2>
<P><CODE>
<a href="NNS_G2dFontGetTextRect.html">NNS_G2dFontGetTextRect</a>,
<a href="../TextCanvas/NNS_G2dTextCanvasGetTextRect.html">NNS_G2dTextCanvasGetTextRect</a>
</CODE></P>
<H2>履歴</H2>
<P>2005/05/25 初版</P>
</BODY>
</HTML>