Searched defs:TextMetrics (Results 1 – 1 of 1) sorted by relevance
110 struct TextMetrics { struct111 double width = 0;112 double height = 0;113 double actualBoundingBoxLeft = 0;114 double actualBoundingBoxRight = 0;115 double actualBoundingBoxAscent = 0;116 double actualBoundingBoxDescent = 0;117 double alphabeticBaseline = 0;118 double emHeightAscent = 0;119 double emHeightDescent = 0;[all …]