[][src]Crate piet_common

Selection of a common back-end for piet.

Structs

BitmapTarget

A struct provides a RenderContext and then can have its bitmap extracted.

CairoFont
CairoFontBuilder
CairoRenderContext
CairoText

Right now, we don't need any state, as the "toy text API" treats the access to system font information as a global. This will change.

CairoTextLayout
CairoTextLayoutBuilder
Device

A struct that can be used to create bitmap render contexts.

Enums

Brush

Type Definitions

Piet

The RenderContext for the Cairo backend, which is selected.