Searched defs:SVGTextFragment (Results 1 – 1 of 1) sorted by relevance
28 struct SVGTextFragment { struct29 SVGTextFragment() in SVGTextFragment() function41 enum TransformType {61 unsigned characterOffset;62 unsigned metricsListOffset;63 unsigned length : 31;64 bool isTextOnPath : 1;66 float x;67 float y;68 float width;[all …]