On this pageTsgSHXVertexUnit:SHXDescriptionRepresents a vertex of SHX font.FieldMeaningXX coordinate of vertexYY coordinate of vertexBulgeBulge extentPenDownIndicates whether pen is downSyntaxtype TsgSHXVertex = record X, Y: Double; Bulge: Double; PenDown: Boolean;end;