ref: 6514654769ead0847c93bb9223227dab0baf9889
parent: 68c2d09c95c3300689923eab3d40e0e206bceb7b
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Jul 16 14:35:07 EDT 2024
dump one glyph as a map too
--- a/test.h
+++ b/test.h
@@ -149,8 +149,8 @@
GlyfImage im;
if(otfdrawglyf(o, g, ppem, gap, &im) != 0)
goto glypherr;
- out->print(out->aux, "%11s %11d %11d %11d %11d ", "k8", 0, 0, im.w, im.h);
- out->write(out->aux, im.b, im.w*im.h);
+ if(dumpmap(out, &im, 1) != 0)
+ return -1;
free(im.b);
}else{
out->print(out->aux, "\n%d:\n", gind);