Skip to content

Types

What the functions return and what the componentswidgets take. Nothing here is something to call; these are the shapes the rest of the reference names.

PageWhat it is
DiffOptionsHow two documents are compared.
DiffResultWhat diffText returns.
DiffRowOne row of a comparison, and the lines inside it.
DiffChangeOne run of changed lines.
DiffStatsHow many lines ended up where.
DiffPixelsA picture as bytes.
DiffImageOptionsHow two pictures are compared.
DiffImageResultWhat diffImage returns.
DiffImageRegionOne rectangle of changed pixels.
DiffImageStatsHow much of the frame ended up where.
DiffImagesOptionsHow several pictures are compared.
DiffImagesResultWhat a comparison of several pictures returns.
DiffineStringsEvery word the views put on the screen.
DiffineFontThe typeface the documents are drawn in.
The list of languagesEvery language the syntax highlighting accepts.
DiffineRenderSomething of the application's own, beside or under a line.
DiffineHighlightAn application's own highlighter, in place of a language.

Released under the MIT License