update constants
[sdlgit/SDL-Site.git] / pages / SDL-TTF.html-inc
index 3722787..915de49 100644 (file)
 <pre> use SDL::TTF qw(:hinting :style);
 
 </pre>
+<p>or</p>
+<pre> use SDL::TTF ':all';
+
+</pre>
 <p>or access them directly:</p>
 <pre> SDL::TTF::TTF_HINTING_NORMAL;