All Projects → justinmeiners → stb-truetype-example

justinmeiners / stb-truetype-example

Licence: other
Example of how to use stb_truetype library for rendering TrueType fonts.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to stb-truetype-example

sdl stb font
Renders text using STB_Truetype in pure SDL
Stars: ✭ 40 (-21.57%)
Mutual labels:  font, stb
DelphiStb
Delphi Stb translations
Stars: ✭ 20 (-60.78%)
Mutual labels:  stb, stb-truetype
Gluten
2 Axes/Variable/Super Soft/Display
Stars: ✭ 28 (-45.1%)
Mutual labels:  font
xits
XITS - OpenType implementation of STIX fonts with math support
Stars: ✭ 299 (+486.27%)
Mutual labels:  font
EntypoSymbol
Icon font library for Swift
Stars: ✭ 43 (-15.69%)
Mutual labels:  font
unison
Unison: Pan-Unicode Bitmap Font From Hell^WScratch
Stars: ✭ 45 (-11.76%)
Mutual labels:  font
Iosevka-Mayukai
Font based on Iosevka Custom Build, with combination from Iosevka SS04 Menlo, SS07 Monaco, SS09 Source Code Pro, SS12 Ubuntu Mono, SS14 Jetbrains Mono, Hack Style, and some Nerd Font Patching.
Stars: ✭ 149 (+192.16%)
Mutual labels:  font
glyphhanger
Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
Stars: ✭ 422 (+727.45%)
Mutual labels:  font
FontManager-Module
Font Manager is the premier font and emoji management and changing solution for android.
Stars: ✭ 60 (+17.65%)
Mutual labels:  font
Unity-MSDF-Fonts
Basic tool to convert Unity fonts to use Multichannel Signed Distance Field fonts
Stars: ✭ 54 (+5.88%)
Mutual labels:  font
Hauora-Sans
Neo-grotesque sans-serif font originally designed for an open-sourced health research project
Stars: ✭ 83 (+62.75%)
Mutual labels:  font
StbSharp
C# port of the famous C framework
Stars: ✭ 62 (+21.57%)
Mutual labels:  stb
helmet
Neo-grotesque typeface
Stars: ✭ 133 (+160.78%)
Mutual labels:  font
FontRegister
FontRegister is a small Windows utility to install fonts and/or repair the font registry via commandline.
Stars: ✭ 17 (-66.67%)
Mutual labels:  font
devs-codex
A repo of helpful front end development and design links
Stars: ✭ 16 (-68.63%)
Mutual labels:  font
lv lib freetype
Interface to FreeType to generate font bitmaps run time
Stars: ✭ 41 (-19.61%)
Mutual labels:  font
fontagon
Fontagon is a great tool that easily converts svg into icon font. Fontagon-cli allows faster conversion to commands.
Stars: ✭ 18 (-64.71%)
Mutual labels:  font
LxgwNewClearGothic
A Simplified Chinese sans-serif font derived from IPAex Gothic. 一款衍生于「IPAexゴシック」的简体中文黑体字型。
Stars: ✭ 203 (+298.04%)
Mutual labels:  font
sysfont
Golang identification and matching of system fonts
Stars: ✭ 29 (-43.14%)
Mutual labels:  font
font-gis
Icon font and SVG for use with GIS and spatial analysis tools
Stars: ✭ 121 (+137.25%)
Mutual labels:  font

stb-truetype-example

An example of how to use the public domain TrueType rendering library stb_truetype by Sean Barret.

stb_truetype is a public domain C truetype rasterization library.

stb_truetype

Sean Barret's Website

Project License

MIT License

Copyright (c) 2017 Justin Meiners

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].