A C# wrapper of stb_truetype
Written with VS2013.
Folder | Content |
---|---|
stb_truetypeSharp | the C# wrapper library of stb_truetype |
stb_Test | some unit test |
stb_truetype | the stb_truetype library |
FontSamples | some ttf files used for testing |
TTFViewer | a sample TTF viewer written with stb_truetypeSharp using WinForm |
Write a demo that render font images with CarioSharp.
GPLv3
StbTruetypeSharp, a C# wrapper of stb_truetype
Copyright (C) 2015 Zou Wei(zwcloud@hotmail.com)
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 the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
See the LICENSE file for more information.