func (e *DirectionMismatchError) Error() string { return "text: face direction mismatch" }
DirectionMismatchError is returned when faces have different directions.
type DirectionMismatchError struct { Index int Got Direction Expected Direction }
DirectionMismatchError is returned when faces have different directions.