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

64 lines
1.7 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>NNSG2dGlyph</TITLE>
<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
</HEAD>
<BODY>
<H1 align="left">NNSG2dGlyph</H1>
<H2>定義</H2>
<DL>
<DD>
<PRE><CODE>
#include &lt;nnsys/g2d/g2d_Font.h&gt;
typedef struct NNSG2dGlyph
{
const <a href="../Font/NNSG2dCharWidths.html">NNSG2dCharWidths</a>* pWidths;
const u8* image;
}
NNSG2dGlyph;
</CODE></PRE>
</DL>
<H2>説明</H2>
<P>
<code><a href="NNS_G2dFontGetGlyph.html">NNS_G2dFontGetGlyph()</a></code> および
<code><a href="NNS_G2dFontGetGlyphFromIndex.html">NNS_G2dFontGetGlyphFromIndex()</a></code>
フォントの持つ文字情報をまとめて取得するのに用います。<br>
<EM><STRONG>image</STRONG></EM> が指すグリフイメージの形式に付いては
<code><a href="NNS_G2dFontGetGlyphImage.html">NNS_G2dFontGetGlyphImage()</a></code>
を参照してください。
</P>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TD width="13%"><EM><STRONG>pWidths</STRONG></EM></TD>
<TD width="87%"> 文字幅情報へのポインタ </TD>
</TR>
<TR>
<TD width="13%"><EM><STRONG>image</STRONG></EM></TD>
<TD width="87%"> グリフイメージへのポインタ </TD>
</TR>
</TBODY>
</TABLE>
<H2>参照</H2>
<P><CODE>
<a href="NNS_G2dFontGetGlyph.html">NNS_G2dFontGetGlyph</a>,
<a href="NNS_G2dFontGetGlyphFromIndex.html">NNS_G2dFontGetGlyphFromIndex</a>,
<a href="NNS_G2dFontGetGlyphImage.html">NNS_G2dFontGetGlyphImage</a>
</CODE></P>
<H2>履歴</H2>
<P>2005/05/25 初版</P>
</BODY>
</HTML>