nishbox/engine/gf__graphic__common_8c_source.html

196 lines
23 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GoldFish Engine: gf_graphic_common.c Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="goldfish.png"/></td>
<td id="projectalign">
<div id="projectname">GoldFish Engine
</div>
<div id="projectbrief">Quite simple and lightweight game engine</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('gf__graphic__common_8c_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">gf_graphic_common.c</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#define GF_EXPOSE_DRAW</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define GF_EXPOSE_TEXTURE</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#define GF_EXPOSE_FONT</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;<a class="code" href="gf__pre_8h.html">gf_pre.h</a>&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">/* External library */</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">/* Interface */</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &lt;<a class="code" href="gf__graphic_8h.html">gf_graphic.h</a>&gt;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">/* Engine */</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#include &lt;<a class="code" href="gf__draw_8h.html">gf_draw.h</a>&gt;</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include &lt;<a class="code" href="gf__font_8h.html">gf_font.h</a>&gt;</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">/* Standard */</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include &lt;string.h&gt;</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="gf__graphic_8h.html#a4811198de205914602e5cdbafdcdd68d"> 19</a></span><span class="keywordtype">void</span> gf_graphic_fill_rect(<a class="code hl_struct" href="structgf__draw__t.html">gf_draw_t</a>* draw, <span class="keywordtype">double</span> x, <span class="keywordtype">double</span> y, <span class="keywordtype">double</span> w, <span class="keywordtype">double</span> h, <a class="code hl_struct" href="structgf__graphic__color__t.html">gf_graphic_color_t</a> color) { gf_graphic_fill_polygon(draw, color, <a class="code hl_define" href="gf__graphic_8h.html#ab0a76f61b9510881b842dbba4b0b54c0">GF_GRAPHIC_2D</a>, 4, x, y, x, y + h, x + w, y + h, x + w, y); }</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="foldopen" id="foldopen00021" data-start="{" data-end="}">
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="gf__graphic_8h.html#a9840372651011386f6851954e95e7943"> 21</a></span><span class="keywordtype">void</span> gf_graphic_text(<a class="code hl_struct" href="structgf__draw__t.html">gf_draw_t</a>* draw, <span class="keywordtype">double</span> x, <span class="keywordtype">double</span> y, <span class="keywordtype">double</span> size, <span class="keyword">const</span> <span class="keywordtype">char</span>* text, <a class="code hl_struct" href="structgf__graphic__color__t.html">gf_graphic_color_t</a> color) {</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <span class="keywordtype">int</span> i;</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <span class="keywordtype">double</span> mx = 0;</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> <a class="code hl_struct" href="structgf__font__glyph__t.html">gf_font_glyph_t</a>* glyph;</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="keywordtype">double</span> zoom = 0;</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordflow">if</span>(draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a> != NULL) {</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> zoom = size / draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a>-&gt;<a class="code hl_variable" href="structgf__font__t.html#ac292451fd0d28bbdb6fb21efb3b8714c">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#aadca894f3608eb26ffdf5a84bfb7dbd3">height</a>;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keywordflow">for</span>(i = 0; text[i] != 0; i++) {</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <span class="keywordflow">if</span>((glyph = gf_font_get(draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a>, text[i])) != NULL) {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keywordtype">double</span> fax = glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a9171039b0372c9015bb350b080e1bf76">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#a2b45d905b5ba888912df8e50037b4727">width</a>;</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keywordtype">double</span> fay = glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a9171039b0372c9015bb350b080e1bf76">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#aadca894f3608eb26ffdf5a84bfb7dbd3">height</a>;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordtype">double</span> fx = glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a9171039b0372c9015bb350b080e1bf76">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#a74aeb849bbd50cbe19cd3f992a583fd9">x</a>;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keywordtype">double</span> fy = (draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a>-&gt;<a class="code hl_variable" href="structgf__font__t.html#ac292451fd0d28bbdb6fb21efb3b8714c">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#aadca894f3608eb26ffdf5a84bfb7dbd3">height</a> + draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a>-&gt;<a class="code hl_variable" href="structgf__font__t.html#ac292451fd0d28bbdb6fb21efb3b8714c">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#a04fcce6ac897ce07a88fb98b4c2f133c">y</a>) - (glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a9171039b0372c9015bb350b080e1bf76">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#aadca894f3608eb26ffdf5a84bfb7dbd3">height</a> + glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a9171039b0372c9015bb350b080e1bf76">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#a04fcce6ac897ce07a88fb98b4c2f133c">y</a>);</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> gf_graphic_draw_texture_2d(draw, x + mx + fx * zoom, y + fy * zoom, zoom * fax, zoom * fay, glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a91dd3ea1f159fcd432b2a0853bac462a">texture</a>, color);</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> mx += zoom * glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a41bd708fc4a7caadf6d9e0090fd1a880">dwidth</a>[0];</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> }</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> }</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> }</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>}</div>
</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="foldopen" id="foldopen00041" data-start="{" data-end="}">
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="gf__graphic_8h.html#a996f203bc791922f639ad2e02b5299c1"> 41</a></span><span class="keywordtype">double</span> gf_graphic_text_width(<a class="code hl_struct" href="structgf__draw__t.html">gf_draw_t</a>* draw, <span class="keywordtype">double</span> size, <span class="keyword">const</span> <span class="keywordtype">char</span>* text) {</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keywordtype">int</span> i;</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keywordtype">double</span> mx = 0;</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <a class="code hl_struct" href="structgf__font__glyph__t.html">gf_font_glyph_t</a>* glyph;</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordtype">double</span> zoom = 0;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordflow">if</span>(draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a> != NULL) {</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> zoom = size / draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a>-&gt;<a class="code hl_variable" href="structgf__font__t.html#ac292451fd0d28bbdb6fb21efb3b8714c">bbox</a>.<a class="code hl_variable" href="structgf__font__bbox__t.html#aadca894f3608eb26ffdf5a84bfb7dbd3">height</a>;</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordflow">for</span>(i = 0; text[i] != 0; i++) {</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <span class="keywordflow">if</span>((glyph = gf_font_get(draw-&gt;<a class="code hl_variable" href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">font</a>, text[i])) != NULL) {</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> mx += zoom * glyph-&gt;<a class="code hl_variable" href="structgf__font__glyph__t.html#a41bd708fc4a7caadf6d9e0090fd1a880">dwidth</a>[0];</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> }</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> }</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> }</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordflow">return</span> mx;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span>}</div>
</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="foldopen" id="foldopen00057" data-start="{" data-end="}">
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="gf__graphic_8h.html#a3285370a495233cc7db4f25317cd5fb0"> 57</a></span><span class="keywordtype">void</span> gf_graphic_draw_texture_2d(<a class="code hl_struct" href="structgf__draw__t.html">gf_draw_t</a>* draw, <span class="keywordtype">double</span> x, <span class="keywordtype">double</span> y, <span class="keywordtype">double</span> w, <span class="keywordtype">double</span> h, <a class="code hl_struct" href="structgf__texture__t.html">gf_texture_t</a>* texture, <a class="code hl_struct" href="structgf__graphic__color__t.html">gf_graphic_color_t</a> color) {</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordflow">if</span>(texture != NULL) gf_graphic_draw_texture_polygon(draw, texture, color, <a class="code hl_define" href="gf__graphic_8h.html#ab0a76f61b9510881b842dbba4b0b54c0">GF_GRAPHIC_2D</a>, 4, 0.0, 0.0, x, y, 0.0, 1.0, x, y + h, 1.0, 1.0, x + w, y + h, 1.0, 0.0, x + w, y);</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span>}</div>
</div>
<div class="ttc" id="agf__draw_8h_html"><div class="ttname"><a href="gf__draw_8h.html">gf_draw.h</a></div><div class="ttdoc">Drawing interface.</div></div>
<div class="ttc" id="agf__font_8h_html"><div class="ttname"><a href="gf__font_8h.html">gf_font.h</a></div><div class="ttdoc">Font.</div></div>
<div class="ttc" id="agf__graphic_8h_html"><div class="ttname"><a href="gf__graphic_8h.html">gf_graphic.h</a></div><div class="ttdoc">Graphic interface.</div></div>
<div class="ttc" id="agf__graphic_8h_html_ab0a76f61b9510881b842dbba4b0b54c0"><div class="ttname"><a href="gf__graphic_8h.html#ab0a76f61b9510881b842dbba4b0b54c0">GF_GRAPHIC_2D</a></div><div class="ttdeci">#define GF_GRAPHIC_2D</div><div class="ttdoc">Dimension parameter for 2D.</div><div class="ttdef"><b>Definition</b> <a href="gf__graphic_8h_source.html#l00026">gf_graphic.h:26</a></div></div>
<div class="ttc" id="agf__pre_8h_html"><div class="ttname"><a href="gf__pre_8h.html">gf_pre.h</a></div><div class="ttdoc">Required headers before anything.</div></div>
<div class="ttc" id="astructgf__draw__t_html"><div class="ttname"><a href="structgf__draw__t.html">gf_draw_t</a></div><div class="ttdoc">Drawing interface.</div><div class="ttdef"><b>Definition</b> <a href="draw_8h_source.html#l00101">draw.h:101</a></div></div>
<div class="ttc" id="astructgf__draw__t_html_a0d6e7e3f8f4e72bbfc4208db6b0a4e28"><div class="ttname"><a href="structgf__draw__t.html#a0d6e7e3f8f4e72bbfc4208db6b0a4e28">gf_draw_t::font</a></div><div class="ttdeci">gf_font_t * font</div><div class="ttdoc">Current font.</div><div class="ttdef"><b>Definition</b> <a href="draw_8h_source.html#l00101">draw.h:101</a></div></div>
<div class="ttc" id="astructgf__font__bbox__t_html_a04fcce6ac897ce07a88fb98b4c2f133c"><div class="ttname"><a href="structgf__font__bbox__t.html#a04fcce6ac897ce07a88fb98b4c2f133c">gf_font_bbox_t::y</a></div><div class="ttdeci">int y</div><div class="ttdoc">Y coord.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00043">font.h:43</a></div></div>
<div class="ttc" id="astructgf__font__bbox__t_html_a2b45d905b5ba888912df8e50037b4727"><div class="ttname"><a href="structgf__font__bbox__t.html#a2b45d905b5ba888912df8e50037b4727">gf_font_bbox_t::width</a></div><div class="ttdeci">int width</div><div class="ttdoc">Width.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00043">font.h:43</a></div></div>
<div class="ttc" id="astructgf__font__bbox__t_html_a74aeb849bbd50cbe19cd3f992a583fd9"><div class="ttname"><a href="structgf__font__bbox__t.html#a74aeb849bbd50cbe19cd3f992a583fd9">gf_font_bbox_t::x</a></div><div class="ttdeci">int x</div><div class="ttdoc">X coord.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00043">font.h:43</a></div></div>
<div class="ttc" id="astructgf__font__bbox__t_html_aadca894f3608eb26ffdf5a84bfb7dbd3"><div class="ttname"><a href="structgf__font__bbox__t.html#aadca894f3608eb26ffdf5a84bfb7dbd3">gf_font_bbox_t::height</a></div><div class="ttdeci">int height</div><div class="ttdoc">Height.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00043">font.h:43</a></div></div>
<div class="ttc" id="astructgf__font__glyph__t_html"><div class="ttname"><a href="structgf__font__glyph__t.html">gf_font_glyph_t</a></div><div class="ttdoc">Glyph.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00071">font.h:71</a></div></div>
<div class="ttc" id="astructgf__font__glyph__t_html_a41bd708fc4a7caadf6d9e0090fd1a880"><div class="ttname"><a href="structgf__font__glyph__t.html#a41bd708fc4a7caadf6d9e0090fd1a880">gf_font_glyph_t::dwidth</a></div><div class="ttdeci">int dwidth[2]</div><div class="ttdoc">Device width.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00071">font.h:71</a></div></div>
<div class="ttc" id="astructgf__font__glyph__t_html_a9171039b0372c9015bb350b080e1bf76"><div class="ttname"><a href="structgf__font__glyph__t.html#a9171039b0372c9015bb350b080e1bf76">gf_font_glyph_t::bbox</a></div><div class="ttdeci">gf_font_bbox_t bbox</div><div class="ttdoc">Bounding box.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00071">font.h:71</a></div></div>
<div class="ttc" id="astructgf__font__glyph__t_html_a91dd3ea1f159fcd432b2a0853bac462a"><div class="ttname"><a href="structgf__font__glyph__t.html#a91dd3ea1f159fcd432b2a0853bac462a">gf_font_glyph_t::texture</a></div><div class="ttdeci">gf_texture_t * texture</div><div class="ttdoc">Texture.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00071">font.h:71</a></div></div>
<div class="ttc" id="astructgf__font__t_html_ac292451fd0d28bbdb6fb21efb3b8714c"><div class="ttname"><a href="structgf__font__t.html#ac292451fd0d28bbdb6fb21efb3b8714c">gf_font_t::bbox</a></div><div class="ttdeci">gf_font_bbox_t bbox</div><div class="ttdoc">Bounding box.</div><div class="ttdef"><b>Definition</b> <a href="font_8h_source.html#l00091">font.h:91</a></div></div>
<div class="ttc" id="astructgf__graphic__color__t_html"><div class="ttname"><a href="structgf__graphic__color__t.html">gf_graphic_color_t</a></div><div class="ttdoc">Color.</div><div class="ttdef"><b>Definition</b> <a href="graphic_8h_source.html#l00042">graphic.h:42</a></div></div>
<div class="ttc" id="astructgf__texture__t_html"><div class="ttname"><a href="structgf__texture__t.html">gf_texture_t</a></div><div class="ttdoc">Texture.</div><div class="ttdef"><b>Definition</b> <a href="texture_8h_source.html#l00047">texture.h:47</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>gf_graphic_common.c</b></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
</html>