bdf2sfd

BDF to SFD converter, allowing to vectorize bitmap fonts
Log | Files | Refs | README | LICENSE

commit ece26d31dbe79ce34f9c7058603a413dce904ae2
parent 3b7a56bc413871430f4b760edb2578f942fc20b5
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 16 Nov 2021 14:20:55 +0100

bdf2sfd 1.1.7 release.

Diffstat:
MCMakeLists.txt | 2+-
Msrc/bdf2sfd.c | 2+-
Msrc/config.h | 4++--
Msrc/header.c | 2+-
Msrc/header.h | 2+-
Msrc/parse.c | 2+-
Msrc/parse.h | 2+-
Msrc/polygon.c | 2+-
Msrc/polygon.h | 2+-
Msrc/seccomp.h | 2+-
10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# bdf2sfd 1.1.6 +# bdf2sfd 1.1.7 # Copyright (c) 2019-2021, Frederic Cambus # https://github.com/fcambus/bdf2sfd # diff --git a/src/bdf2sfd.c b/src/bdf2sfd.c @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * diff --git a/src/config.h b/src/config.h @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * @@ -15,6 +15,6 @@ #ifndef CONFIG_H #define CONFIG_H -#define VERSION "bdf2sfd 1.1.6" +#define VERSION "bdf2sfd 1.1.7" #endif /* CONFIG_H */ diff --git a/src/header.c b/src/header.c @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * diff --git a/src/header.h b/src/header.h @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * diff --git a/src/parse.c b/src/parse.c @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * diff --git a/src/parse.h b/src/parse.h @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * diff --git a/src/polygon.c b/src/polygon.c @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * diff --git a/src/polygon.h b/src/polygon.h @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd * diff --git a/src/seccomp.h b/src/seccomp.h @@ -1,5 +1,5 @@ /* - * bdf2sfd 1.1.6 + * bdf2sfd 1.1.7 * Copyright (c) 2019-2021, Frederic Cambus * https://github.com/fcambus/bdf2sfd *