Index: trunk/src/font.h =================================================================== --- trunk/src/font.h (revision 34341) +++ trunk/src/font.h (revision 34342) @@ -51,8 +51,6 @@ arclist_t arcs; } pcb_symbol_t; -typedef long int pcb_font_id_t; /* a font is referenced by a pcb_board_t:pcb_font_id_t pair */ - struct pcb_font_s { /* complete set of symbols */ rnd_coord_t MaxHeight, MaxWidth; /* maximum cell width and height */ rnd_box_t DefaultSymbol; /* the default symbol is a filled box */ Index: trunk/src/global_typedefs.h =================================================================== --- trunk/src/global_typedefs.h (revision 34341) +++ trunk/src/global_typedefs.h (revision 34342) @@ -64,4 +64,7 @@ typedef struct pcb_plug_fp_map_s pcb_plug_fp_map_t; typedef struct pcb_view_s pcb_view_t; + +typedef long int pcb_font_id_t; /* a font is referenced by a pcb_board_t:pcb_font_id_t pair */ + #endif Index: trunk/src/vtroutestyle.h =================================================================== --- trunk/src/vtroutestyle.h (revision 34341) +++ trunk/src/vtroutestyle.h (revision 34342) @@ -14,6 +14,7 @@ rnd_coord_t Thick; /* line thickness */ rnd_coord_t textt; /* text thickness */ int texts; /* text scale */ + pcb_font_id_t fid; rnd_coord_t Clearance; /* min. separation from other nets */ rnd_cardinal_t via_proto; /* via padstack prototype ID */ int via_proto_set; /* 1 if via_proto is set/valid, 0 for old file formats */