29 const std::string &title,
float width,
float height,
bool portrait,
30 bool vertical,
float ranksep,
float nodesep,
int fontsize,
31 int precision,
const std::string &float_format,
bool show_weight_one,
32 std::ostream &ostrm,
const std::string &dest) {
34 fst, isyms, osyms, ssyms, accep, title,
35 width, height, portrait, vertical, ranksep, nodesep,
36 fontsize, precision, float_format, show_weight_one, ostrm, dest};
37 Apply<Operation<FstDrawArgs>>(
"Draw", fst.
ArcType(), &args);
REGISTER_FST_OPERATION_3ARCS(Compress, CompressArgs)
const std::string & ArcType() const final
void Draw(FstDrawArgs *args)