view samples/intsize.tp @ 324:615f23450f8f

Freetype sample: Build texture of glyphs in a more intelligent way
author Michael Pavone <pavone@retrodev.com>
date Mon, 23 Mar 2015 21:21:43 -0700
parents 9de2572a34a7
children
line wrap: on
line source

#{
	main <- {
		print: (string: (int8: 255)) . "\n"
		print: (string: 255u8) . "\n"
	}
}