| Top |  |  |  |  | 
| enum | GOAnchorType | 
| GODrawingAnchor | |
| enum | GODrawingAnchorDir | 
| enum | GOLineDashType | 
| enum | GOLineInterpolation | 
| enum | GOFontScript | 
| enum | GoResourceType | 
typedef struct {
	int			pos_pts [4]; /* position in points */
	GODrawingAnchorDir direction;
} GODrawingAnchor;
| Linear interpolation. | ||
| Bezier cubic spline interpolation. | ||
| Closed Bezier cubic spline interpolation. | ||
| Cubic spline interpolation with natural limits. | ||
| Cubic spline interpolation with parabolic limits. | ||
| Cubic spline interpolation with cubic limits. | ||
| Cubic spline interpolation with fixed derivatives at both ends. | ||
| Steps using first y value. | ||
| Steps using last y value. | ||
| Steps centered around each point. | ||
| Steps using mean y value. | ||
| ODF compatible Bezier cubic spline interpolation, cyclic if first and last points are identical. | ||
| First invalid value. |