예제 #1
0
 /**
  * Set the path to the folder containing .ttf files. There should be a trailing slash.
  * Typical locations on variout some platforms:
  *	<ul>
  *		<li>C:/Windows/Fonts/</li>
  *		<li>/usr/share/fonts/truetype/</li>
  *		<li>~/.fonts/</li>
  *	</ul>
  *
  * @param string $pValue
  */
 public static function setTrueTypeFontPath($pValue = '')
 {
     self::$trueTypeFontPath = $pValue;
 }