OSDN Git Service

SDL_Vulkan_UnloadLibrary 新規追加 https://wiki.libsdl.org/SDL_Vulkan_UnloadLibrary
[sdl2referencejp/sdl2referencejp.git] / TTF_FontFaceStyleName.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_FontFaceStyleName</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_FontFaceStyleName
13 <hr>
14 <h1>TTF_FontFaceStyleName</h1>
15 <p>
16 <code>char * TTF_FontFaceStyleName(const TTF_Font *font)</code>
17 </p>
18 <p>
19 <dl>
20 <dt>font</dt><dd>\8c»\8dÝ\82Ì\83X\83^\83C\83\8b\82Ì\96¼\91O\82ð\93¾\82é\83t\83H\83\93\83g</dd>
21 </dl>
22 </p>
23 <p>
24 font\82Ì\8c»\8dÝ\82Ì\83X\83^\83C\83\8b\82Ì\96¼\91O\82ð\93¾\82é.
25 \82±\82Ì\8aÖ\90\94\82Í\8fî\95ñ\82ª\93¾\82ç\82ê\82È\82©\82Á\82½\82Æ\82«NULL\83|\83C\83\93\83^\82ð\96ß\82·.
26 </p>
27 <p>
28 \83\81\83\82\82±\82Ì\8aÖ\90\94\82Ìfont\82ÉNULL\82ð\93n\82·\82Æ\88Ù\8fí\8fI\97¹\82·\82é.
29 </p>
30 <p>
31 \96ß\82è\92l: \8ew\92è\82Ì\83t\83H\83\93\83g\82Ì\8c»\8dÝ\82Ì\83X\83^\83C\83\8b\82Ì\96¼\91O. NULL\82à\82 \82è\82¤\82é
32 </p>
33 <h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
34 <code>
35 <pre>
36 // \83t\83H\83\93\83g\83t\83F\83C\83X\82Ì\83X\83^\83C\83\8b\96¼\82ð\93¾\82é
37 //TTF_Font *font;
38
39 char *stylename=TTF_FontFaceStyleName(font);
40 if(stylename)
41     printf("\83t\83H\83\93\83g\82Ì\83X\83^\83C\83\8b\96¼: %s\n", stylename);
42 </pre>
43 </code>
44 <h2>\8eQ\8fÆ</h2>
45 <a href="TTF_FontFaces.html">TTF_FontFaces</a>,
46 <a href="TTF_FontFaceIsFixedWidth.html">TTF_FontFaceIsFixedWidth</a>,
47 <a href="TTF_FontFaceFamilyName.html">TTF_FontFaceFamilyName</a>
48 <h2>\8c´\95\82Ö\82Ì\83\8a\83\93\83N</h2>
49 <a href="http://www.libsdl.org/projects/SDL_ttf/docs/SDL_ttf_36.html#SEC36">3.3.17 TTF_FontFaceStyleName</a>
50 <hr>
51 </body>
52 </html>