1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 20:28:21 +01:00

removed ttf

This commit is contained in:
Oliver Vogel 2013-01-30 17:05:15 +01:00
parent c28b5da5d7
commit d3c89af7ce
4 changed files with 0 additions and 44 deletions

Binary file not shown.

View File

@ -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

View File

@ -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.

View File

@ -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()