/** @file dk3figrd.h Fig drawing reader functions. This module contains functions to read a Fig drawing. Three functions are available: * dk3fig_read_file_name() can be used to process a file specified by name. * dk3fig_read_file() can be used to read from a FILE * already opened. * dk3fig_apply_line() can be used to process lines from a Fig file line by line, one dk3fig_apply_line() call per line. */