1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<TITLE>FNTGetEncoding</TITLE> 8</HEAD> 9<BODY> 10<H1>FNTGetEncoding</H1> 11 12<H2>Syntax</H2> 13<dl><dd><pre class="construction"> 14#include <revolution/fnt.h> 15 16<A href="FNTEncoding.html">FNTEncoding</A> FNTGetEncoding( const <A href="FNTHeader.html">FNTHeader</A>* font ); 17</pre></dd></dl> 18 19<H2>Arguments</H2> 20<TABLE class="arguments" border="1" > 21 <TBODY> 22 <TR> 23<TH>font</TH> 24<TD>Pointer to the font data buffer.<BR>Initialization using <A href="FNTConstruct.html"><CODE>FNTConstruct</CODE></A> or <A href="FNTStreamingConstruct.html"><CODE>FNTStreamingConstruct</CODE></A> is required.</TD> 25 </TR> 26 </TBODY> 27</TABLE> 28 29<H2>Return Values</H2> 30<P>Returns the current encoding method.</P> 31 32<H2>Description</H2> 33<P>Gets the current character encoding method.<BR>The character encoding method affects the operation of <A href="FNTGetTexture.html"><CODE>FNTGetTexture</CODE></A> and <A href="FNTGetWidth.html"><CODE>FNTGetWidth</CODE></A>.</P> 34 35<H2>See Also</H2> 36<P class="reference"> 37<A href="FNTSetEncoding.html">FNTSetEncoding</A>, 38<A href="FNTGetTexture.html">FNTGetTexture</A>, 39<A href="FNTGetWidth.html">FNTGetWidth</A> 40</P> 41 42<H2>Revision History</H2> 43<P> 442006/10/01 Initial version.<BR> 45</P> 46 47<hr><p>CONFIDENTIAL</p></body> 48</HTML>