ttf2png - True Type Font to PNG converter
-Copyright (c) 2004-2018 Mikko Rasa, Mikkosoft Productions
+Copyright (c) 2004-2021 Mikko Rasa, Mikkosoft Productions
Software requirements
Changelog
-next
+2.0 "The release I forgot to make three years ago"
- Alternate ways of specifying code point ranges
- Multiple code point ranges can be specified
- Option to generate non-power-of-two images
/*
ttf2png - True Type Font to PNG converter
-Copyright (c) 2004-2018 Mikko Rasa, Mikkosoft Productions
+Copyright (c) 2004-2021 Mikko Rasa, Mikkosoft Productions
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
void usage(void)
{
- printf("ttf2png 1.1 - True Type Font to PNG converter\n"
- "Copyright (c) 2004-2018 Mikko Rasa, Mikkosoft Productions\n"
+ printf("ttf2png 2.0 - True Type Font to PNG converter\n"
+ "Copyright (c) 2004-2021 Mikko Rasa, Mikkosoft Productions\n"
"Distributed under the GNU General Public License\n\n");
printf("Usage: ttf2png [options] <TTF file>\n\n");