enum ImPlotTextFlags_

#include <implot.h>

enum ImPlotTextFlags_
{
    ImPlotTextFlags_None     = 0,
    ImPlotTextFlags_Vertical = 1<<10,
};