Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pixel Font Converter!

Lets you create your own TTF fonts out of pixel font images! · By YellowAfterlife

I just need a lil help :(

A topic by Hairyballbastic created Mar 08, 2023 Views: 217 Replies: 1
Viewing posts 1 to 2
(1 edit)


          (and the ; oops)



(I'm sorry this is formatted in such a messy fashion)

I tried inserting this font sheet and am unsure which specifications I need to put in in order for it to look like the red text. I tried resizing it by 2 and 4 times before messing with it but I dunno.
I got some other fonts to work (which I'm very eager to post once I polish them up a bit more)
this ones just confusing me very hard. Its pretty late which is probably why its so confusing, regardless any input would be greatly appreciated

Developer (1 edit)

You probably want to have a space ( ) character, but also set the values on the first tab correctly-ish

{
	"$baseURI": "https://yal.cc/r/20/pixelfont/",
	"$version": "1.0",
	"in-glyphs": [
		" ",
		"ABCDEFGH",
		"IJKLMNOP",
		"QRSTUVWX",
		"YZ",
		"abcdefgh",
		"ijklmnop",
		"qrstuvwx",
		"yz123456",
		"7890~!@#",
		"$%^&*()_",
		"+`-=[];'",
		"\\,./{}:\"",
		"|<>?"
	],
	"glyph-color": "auto",
	"in-kerning": [
		""
	],
	"glyph-width": 5,
	"glyph-height": 6,
	"glyph-ofs-x": 1,
	"glyph-ofs-y": 1,
	"glyph-sep-x": 1,
	"glyph-sep-y": 1,
	"glyph-base-x": 0,
	"glyph-baseline": 5,
	"glyph-spacing": 1,
	"font-is-mono": false,
	"font-em-square": 1024,
	"font-line-gap": 512,
	"font-ascend": 512,
	"font-descend": 0,
	"font-px-size": 128,
	"font-name": "Mystery Font",
	"font-author": "You, of course",
	"font-copy": "(c)",
	"font-version": "Version 1.0",
	"font-desc": "Sweet fonts to leave your worries behind you",
	"font-license": "You have the permission",
	"font-license-url": "",
	"font-sample-text": "Hello!",
	"font-preview-text": [
		"THE QUICK BROWN FOX JUMPS OVER A LAZY DOG.",
		"the quick brown fox jumps over a lazy dog.",
		"0123456789"
	]
}