From 594b60059e947d56d8f95b1d6c133586961cee57 Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Wed, 1 Jan 2020 12:11:04 -0500 Subject: [PATCH 1/3] Add gnuwin32 package of t1lib. This is supported project with 94 packages in 80 repos. This package is a dependency of the gnuwin32 package ttf2pt1 This is part of https://github.com/0install/0install.de-feeds/issues/3 --- lib/t1lib.ico | Bin 0 -> 766 bytes lib/t1lib.png | Bin 0 -> 255 bytes lib/t1lib.xml | 29 +++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100755 lib/t1lib.ico create mode 100755 lib/t1lib.png create mode 100644 lib/t1lib.xml diff --git a/lib/t1lib.ico b/lib/t1lib.ico new file mode 100755 index 0000000000000000000000000000000000000000..fd26e9608f0223b81b7c9b71e43f91c148931033 GIT binary patch literal 766 zcmc&wF%H5o3_K80kTR5sxg*cuN!`LmHoEZ@e$YOLF_1D@P(^CZc5p8|It=^o=al92d8L{D@sO(~A{aB6)5B7q{n z+%i7)YX0_I65lw=0e4S)i1NNS3r=!2s4$K-CZEdniOClHD>QX7gc>(e3CLCgjvXpN zp`WxcyEa!;4xfMZzv2ffl&NI^ literal 0 HcmV?d00001 diff --git a/lib/t1lib.png b/lib/t1lib.png new file mode 100755 index 0000000000000000000000000000000000000000..07603623eb8456f76056f4fa999095417caa9968 GIT binary patch literal 255 zcmVUD%JgD%Z`*+xY_P?Am>B>?wp6$wFjO+p;rkr07PClv`1 z_*(0vAt5mKs)QcG!6cx-F!m=B?m>Y89-!t|pujxJ6wL?= zkR1lF{v$H{jsU0&0_-k8&H~aN1U~u+xJ3Ovz$LiAwc;0&M&1eRyn!GlhXi~Q_yf~{zG#&SvNZqz002ovPDHLk FV1o7SV!8kT literal 0 HcmV?d00001 diff --git a/lib/t1lib.xml b/lib/t1lib.xml new file mode 100644 index 000000000..668d6ca09 --- /dev/null +++ b/lib/t1lib.xml @@ -0,0 +1,29 @@ + + + + T1Lib + T1Lib : functions for generating bitmaps from Adobe Type 1 fonts + t1lib is a library written in C which implements functions for generating bitmaps from Adobe Type 1 fonts. It uses most internal parts of the Type 1 rasterizer provided with X11R5 and newer but tries avoid the disadvantages known from that rasterizer. Although most people would use the rasterizer under X11, having X11 is not necessary at all. The rasterizer is implemented as a shared or static library to be linked to the programs that want to use Type 1 fonts. In addition to this library there is a test-program called xglyph which, as the name indicates, requires X11. It can be used to show most of the features of the library. xglyph can be run out of the box without doing any X11 configuration like setting resources. + + + http://gnuwin32.sourceforge.net/packages/t1lib.htm + + + + + + + + + + + + + + + + + type1afm + Generate afm-file from Adobe Type 1 font file + + From f22fc7fd7ae4577c9af93263321d6c21df3538cd Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Sun, 5 Jan 2020 09:57:34 -0500 Subject: [PATCH 2/3] t1lib add release for version 5.1.0-0 --- lib/t1lib.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/t1lib.xml b/lib/t1lib.xml index 668d6ca09..1d34b8c48 100644 --- a/lib/t1lib.xml +++ b/lib/t1lib.xml @@ -16,7 +16,7 @@ - + From d8a198fe96890cab2a5297f5652f34269e9e9072 Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Sun, 17 May 2020 20:50:31 -0400 Subject: [PATCH 3/3] fix t1lib icon urls --- lib/t1lib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/t1lib.xml b/lib/t1lib.xml index 1d34b8c48..685a5c173 100644 --- a/lib/t1lib.xml +++ b/lib/t1lib.xml @@ -4,8 +4,8 @@ T1Lib T1Lib : functions for generating bitmaps from Adobe Type 1 fonts t1lib is a library written in C which implements functions for generating bitmaps from Adobe Type 1 fonts. It uses most internal parts of the Type 1 rasterizer provided with X11R5 and newer but tries avoid the disadvantages known from that rasterizer. Although most people would use the rasterizer under X11, having X11 is not necessary at all. The rasterizer is implemented as a shared or static library to be linked to the programs that want to use Type 1 fonts. In addition to this library there is a test-program called xglyph which, as the name indicates, requires X11. It can be used to show most of the features of the library. xglyph can be run out of the box without doing any X11 configuration like setting resources. - - + + http://gnuwin32.sourceforge.net/packages/t1lib.htm