示例#1
0
 public static function run($dataDir = null)
 {
     # Managing Font Related Properties
     TextFont::font_properties($dataDir);
     # Managing Font Family of Text
     TextFont::font_family_of_text($dataDir);
     # Using Default Fonts for Rendering Presentation
     TextFont::set_default_font_for_rendering($dataDir);
 }