예제 #1
0
<?php

include "SVGFont.php";
$svgFont = new SVGFont();
$svgFont->load("font.svg");
$result = $svgFont->textToPaths("Simple text", 20);