setfontsize.htm 684 B

12345678910111213141516171819202122232425
  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=ISO-8859-1">
  5. <TITLE>SetFontSize</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>SetFontSize</H2>
  10. <TT>SetFontSize(<B>float</B> size)</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.0
  13. <H4 CLASS='st'>Description</H4>
  14. Defines the size of the current font.
  15. <H4 CLASS='st'>Parameters</H4>
  16. <TT><U>size</U></TT>
  17. <BLOCKQUOTE>
  18. The size (in points).
  19. </BLOCKQUOTE>
  20. <H4 CLASS='st'>See also</H4>
  21. <A HREF="setfont.htm">SetFont()</A>.
  22. <HR STYLE="margin-top:1.2em">
  23. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  24. </BODY>
  25. </HTML>