1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7<title>GetRequireBufferSize</title>
8  </head>
9  <body>
10<h1><CODE>nn::font::PackedFont::GetRequireBufferSize</CODE> Member Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14static u32 GetRequireBufferSize(
15     const void * bfnt,
16     int numSheetCache
17);
18static u32 GetRequireBufferSize(
19     const void * bfnt,
20     const char* glyphGroups,
21     int numSheetCache
22);
23static u32 GetRequireBufferSize(
24     const void * bfnt,
25     f32 rateSheetCache
26);
27static u32 GetRequireBufferSize(
28     const void * bfnt,
29     const char* glyphGroups,
30     f32 rateSheetCache
31);
32</pre>
33    </div>
34<h2>List of Overloaded Member Functions</h2>
35    <div class="section">
36      <table class="members">
37        <tr>
38          <td>
39<a href="./GetRequireBufferSize(0).html"><CODE>GetRequireBufferSize ( const void *, int )</CODE> </a>
40          </td>
41<td>Calculates the buffer size required to construct the font.</td>
42        </tr>
43        <tr>
44          <td>
45<a href="./GetRequireBufferSize(1).html"><CODE>GetRequireBufferSize ( const void *, const char *, int )</CODE> </a>
46          </td>
47<td>Calculates the buffer size required to construct the font.</td>
48        </tr>
49        <tr>
50          <td>
51<a href="./GetRequireBufferSize(2).html"><CODE>GetRequireBufferSize ( const void *, f32 )</CODE> </a>
52          </td>
53<td>Calculates the buffer size required to construct the font.</td>
54        </tr>
55        <tr>
56          <td>
57<a href="./GetRequireBufferSize(3).html"><CODE>GetRequireBufferSize ( const void *, const char *, f32 )</CODE> </a>
58          </td>
59<td>Calculates the buffer size required to construct the font.</td>
60        </tr> </table>
61    </div>
62<h2>Description of <CODE>GetRequireBufferSize(const void *, int)</CODE></h2>
63    <div class="section">
64<p>Calculates the buffer size required to construct the font.</p>
65    </div>
66<h2>Description of <CODE>GetRequireBufferSize(const void *, const char *, int)</CODE></h2>
67    <div class="section">
68<p>Calculates the buffer size required to construct the font.</p>
69    </div>
70<h2>Description of <CODE>GetRequireBufferSize(const void *, f32)</CODE></h2>
71    <div class="section">
72<p>Calculates the buffer size required to construct the font.</p>
73    </div>
74<h2>Description of <CODE>GetRequireBufferSize(const void *, const char *, f32)</CODE></h2>
75    <div class="section">
76<p>Calculates the buffer size required to construct the font.</p>
77    </div>
78  <hr><p>CONFIDENTIAL</p></body>
79</html>
80