Index: work/util/ttf2lht/drv_poly.c =================================================================== --- work/util/ttf2lht/drv_poly.c (revision 18954) +++ work/util/ttf2lht/drv_poly.c (revision 18955) @@ -62,6 +62,10 @@ void stroke_poly_init(stroke_t *s_) { drv_approx_comment = NULL; + printf("li:pcb-rnd-font-v1 {\n"); + printf(" ha:geda_pcb {\n"); + printf(" id = 0\n"); + printf(" ha:symbols {\n"); } static void emit(pcb_pline_t *pl, void *user_data) @@ -124,6 +128,9 @@ void stroke_poly_uninit(stroke_t *s_) { + printf(" }\n"); + printf(" }\n"); + printf("}\n"); #warning TODO: free fields }