1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-23 14:54:12 +02:00
This commit is contained in:
Justin Lin
2020-01-26 18:08:43 +08:00
parent 10a6727215
commit 65f297070f

View File

@@ -8,6 +8,8 @@
* *
**/ **/
use <pixel/px_from.scad>;
function px_ascii(char, center = false, invert = false) = function px_ascii(char, center = false, invert = false) =
let(code = ord(char)) let(code = ord(char))
assert(code > 31 && code < 127, "not printable character") assert(code > 31 && code < 127, "not printable character")