struct StbTexteditRow

Overview

#include <imstb_textedit.h>

struct StbTexteditRow
{
    // fields

    float x0;
    float x1;
    float baseline_y_delta;
    float ymin;
    float ymax;
    int num_chars;
};