示例#1
0
 /**
  * Function: getTrueTypeFont
  * 
  * Returns the truetype font to be used to draw the text with the given style.
  */
 function getTrueTypeFont($style)
 {
     return mxUtils::getTrueTypeFont($style);
 }