OSDN Git Service

SDL_Rect サンプルコードを修正 コピー先のwとhは無視されるため0とした https://github.com/libsdl-org/sdlwiki/commit...
[sdl2referencejp/sdl2referencejp.git] / TTF_SetFontScriptName.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="SDL2_ttf">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="SDL2_ttf-CategoryAttributes.html" title="1\82Â\8fã">
9 <title>TTF_SetFontScriptName</title>
10 </head>
11 <body>
12 <a href="index.html#SDL2_ttf">\96Ú\8e\9f</a> - <a href="SDL2_ttf-FrontPage.html">SDL_ttf</a> - <a href="SDL2_ttf-ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="SDL2_ttf-CategoryAttributes.html">\91®\90«</a> - TTF_SetFontScriptName
13 <hr>
14 <h1>TTF_SetFontScriptName</h1>
15 \83t\83H\83\93\83g\82Ì\95\8e\9a\91Ì\8cn\82ð\90Ý\92è\82·\82é
16 <h2>\8d\\95¶</h2>
17 <code>int TTF_SetFontScriptName(TTF_Font *font, const char *script)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="TTF_SetFontScriptName">
20 <tr><td>font</td><td>\95\8e\9a\91Ì\8cn\82ð\90Ý\92è\82·\82é\83t\83H\83\93\83g</td></tr>
21 <tr><td>script</td><td>\8fI\92[\82ªNUL\95\8e\9a\82Ì4\95\8e\9a (\8eQ\8fÆ: <a href="https://harfbuzz.github.io/harfbuzz-hb-common.html#hb-script-t">HarfBuzz hb-common</a>, <a href="https://ja.wikipedia.org/wiki/ISO_15924">ISO 15924 - Wikipedia</a>)</td></tr>
22 </table>
23 <h2>\96ß\82è\92l</h2>
24 \90¬\8c÷\82Ì\82Æ\82«0, \83G\83\89\81[\82Ì\82Æ\82«-1\82ð\96ß\82·.
25 <h2>\8fÚ\8d×</h2>
26 <p>
27 \82±\82±\82Å\90Ý\92è\82³\82ê\82½\92l\82Í, <a href="TTF_SetScript.html">TTF_SetScript()</a>\82Å\90Ý\92è\82µ\82½\83O\83\8d\81[\83o\83\8b\82È\92l\82ð\8fã\8f\91\82«\82·\82é.
28 </p>
29 <p>
30 script\82Ì\92l\82Í\82¿\82å\82¤\82Ç4\95\8e\9a\82Å\8fI\92[\82ªNUL\95\8e\9a\82Å\82È\82¯\82ê\82Î\82È\82ç\82È\82¢.
31 </p>
32 <p>
33 SDL_ttf\82ªHarfBuzz\82É\91Î\89\9e\82µ\82Ä\82¢\82È\82¯\82ê\82Î, \82±\82Ì\8aÖ\90\94\82Í-1\82ð\96ß\82·.
34 </p>
35 <h2>\83o\81[\83W\83\87\83\93</h2>
36 SDL_ttf 2.20.0\88È\8d~
37 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
38 <a href="https://wiki.libsdl.org/SDL2_ttf/TTF_SetFontScriptName">SDL2_ttf/TTF_SetFontScriptName</a>
39 <hr>
40 </body>
41 </html>