diff --git a/public/ttf/bebas/BEBAS___.TTF b/public/ttf/bebas/BEBAS___.TTF deleted file mode 100644 index eaff4866..00000000 Binary files a/public/ttf/bebas/BEBAS___.TTF and /dev/null differ diff --git a/public/ttf/bebas/Read me japanese.txt b/public/ttf/bebas/Read me japanese.txt deleted file mode 100644 index f428f2f6..00000000 --- a/public/ttf/bebas/Read me japanese.txt +++ /dev/null @@ -1,22 +0,0 @@ -フォントの著作権はBagel&Co.Type Foundry(http://homepage.mac.com/bird2/)にあります。 - -ここで配布しているフォントは個人使用・商業使用を問わず、無料でご利用可能です。 - -使用に際しては次のリストに従って下さると喜びます。(義務ではありません) - -* メールなどで連絡を下さい。 -* Bagel & Co.(http://homepage.mac.com/bird2/)にリンクして下さい。 -* 使用した作品のサンプル(画像など)をお送りください。 -* 工業製品など商業使用の際は商品をひとつ下さい。 -* "Bagel & Co."とクレジットを入れてください - -普段よく使う文字のみ作成致しましたので、特殊な記号は含まれていません。 -基本的にwinTTおよびmacTTを用意していますが、すべてのフォントではありません。 -必要に応じてコンバータ等ご利用の上変換して構いません。ただし変換により作成されたフォントの著作権はBagel & Co.にあり、使用に際しては上記の通りとします。 - -なお、これらのフォントの使用による如何なる損害についても私は責任を負わないものとします。 - - -Ryoichi Tsunekawa -Bagel & Co. -bird2@mac.com \ No newline at end of file diff --git a/public/ttf/bebas/Read me.txt b/public/ttf/bebas/Read me.txt deleted file mode 100644 index 4db4d3de..00000000 --- a/public/ttf/bebas/Read me.txt +++ /dev/null @@ -1,18 +0,0 @@ -All fonts copyright Bagel&Co.Type Foundry(http://homepage.mac.com/bird2/) - -This is a freeware typeface. This means that you can use it on your commercial or non-commercial works for free. - -But here is a list of things you could do, Only if you want to: - -* Mail me about your works -* Link http://d.hatena.ne.jp/banbino2/ -* Send me a sample of the work you did using my typeface -* Mail me some print material you did using my typeface -* Credit "Bagel & Co."on your work -* Smile - -to contact bird2@mac.com in JAPAN - - -Ryoichi Tsunekawa -Bagel & Co. \ No newline at end of file diff --git a/tests/ImageTest.php b/tests/ImageTest.php index 41aa1fe8..1b953620 100644 --- a/tests/ImageTest.php +++ b/tests/ImageTest.php @@ -141,10 +141,6 @@ class ImageTest extends PHPUnit_Framework_Testcase $img = $this->getTestImage(); $img = $img->text('Fox', 10, 10, 0, 16, '000000', null); $this->assertInstanceOf('Intervention\Image\Image', $img); - - $font = 'public/ttf/bebas/BEBAS___.TTF'; - $img = $img->text('Fox', 10, 10, 0, 16, '000000', $font); - $this->assertInstanceOf('Intervention\Image\Image', $img); } public function testResetImage()