OSDN Git Service

API一覧に概要を追加 リンクを修正
[sdl2referencejp/sdl2referencejp.git] / old / TTF_CloseFont.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_CloseFont</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-management.html">3.2\8aÇ\97\9d</a> - TTF_CloseFont
13 <hr>
14 <h1>TTF_CloseFont</h1>
15 <p>
16 <code>void TTF_CloseFont(TTF_Font *font)</code>
17 </p>
18 <p>
19 <dl>
20 <dt>font</dt><dd>\89ð\95ú\82·\82é<a href="TTF_Font.html">TTF_Font</a>\82Ö\82Ì\83|\83C\83\93\83^</dd>
21 </dl>
22 </p>
23 <p>
24 font\82ª\8eg\97p\82·\82é\83\81\83\82\83\8a\82Æfont\8e©\90g\82ð\83\81\83\82\83\8a\82©\82ç\89ð\95ú\82·\82é.
25 \90V\82µ\82¢\83t\83H\83\93\83g\82ð\93Ç\82Ý\8d\9e\82Ü\82È\82¢\8cÀ\82è, \89ð\95ú\8cã\82Éfont\82ð\8eg\82Á\82Ä\82Í\82È\82ç\82È\82¢.
26 </p>
27 <h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
28 <code>
29 <pre>
30 // \83t\83H\83\93\83g\82ð\89ð\95ú\82·\82é
31 // TTF_Font *font;
32 TTF_CloseFont(font);
33 font=NULL; // \88À\91S\82Ì\82½\82ß...
34 </pre>
35 </code>
36 <h2>\8eQ\8fÆ</h2>
37 <a href="TTF_OpenFont.html">TTF_OpenFont</a>,
38 <a href="TTF_OpenFontRW.html">TTF_OpenFontRW</a>,
39 <a href="TTF_OpenFontIndex.html">TTF_OpenFontIndex</a>,
40 <a href="TTF_OpenFontIndexRW.html">TTF_OpenFontIndexRW</a>
41 <h2>\8c´\95\82Ö\82Ì\83\8a\83\93\83N</h2>
42 <a href="https://www.libsdl.org/projects/old/SDL_ttf/docs/SDL_ttf_18.html#SEC18">3.2.5 TTF_CloseFont</a>
43 <hr>
44 </body>
45 </html>