Class NVGGlyphPosition

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class NVGGlyphPosition extends Struct<NVGGlyphPosition> implements NativeResource

 struct NVGglyphPosition {
     char * str;
     float x;
     float minx;
     float maxx;
 }