OSDN Git Service

FAQ:Windows ビルド時の説明を追加 https://github.com/libsdl-org/sdlwiki/commit/e9825bbcc639a15bc...
[sdl2referencejp/sdl2referencejp.git] / TTF_SetFontDirection.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="SDL_ttf">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="SDL_ttf-functions-management.html" title="1\82Â\8fã">
9 <title>TTF_SetFontDirection</title>
10 </head>
11 <body>
12 <a href="index.html#SDL_ttf">\96Ú\8e\9f</a> - <a href="SDL_ttf-functions.html">3.\8aÖ\90\94</a> - <a href="SDL_ttf-functions-attributes.html">3.3\91®\90«</a> - TTF_SetFontDirection
13 <hr>
14 <h1>TTF_SetFontDirection</h1>
15 \83t\83H\83\93\83g\82Ì\8f\91\8e\9a\95û\8cü\82ð\90Ý\92è\82·\82é
16 <h2>\8d\\95¶</h2>
17 <code>int TTF_SetFontDirection(TTF_Font *font, TTF_Direction direction)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="TTF_SetFontDirection">
20 <tr><td>font</td><td>\8f\91\8e\9a\95û\8cü\82ð\90Ý\92è\82·\82é\83t\83H\83\93\83g</td></tr>
21 <tr><td>direction</td><td>\8f\91\8e\9a\95û\8cü</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_SetDirection.html">TTF_SetDirection()</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 \88È\89º\82Ì\92l\82ð\90Ý\92è\82Å\82«\82é:
31 </p>
32 <ul>
33 <li>TTF_DIRECTION_LTR (\8d\82©\82ç\89E)
34 <li>TTF_DIRECTION_RTL (\89E\82©\82ç\8d¶)
35 <li>TTF_DIRECTION_TTB (\8fã\82©\82ç\89º)
36 <li>TTF_DIRECTION_BTT (\89º\82©\82ç\8fã)
37 </ul>
38 <p>
39 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·.
40 </p>
41 <h2>\83o\81[\83W\83\87\83\93</h2>
42 SDL_ttf 2.20.0\88È\8d~
43 <h2>\8c´\95\82Ö\82Ì\83\8a\83\93\83N</h2>
44 <a href="https://wiki.libsdl.org/SDL_ttf/TTF_SetFontDirection">SDL_ttf/TTF_SetFontDirection</a>
45 <hr>
46 </body>
47 </html>