The OpenD Programming Language

Content

Aliases for simple cairo enums and structs. Theses aliases provide D-like names when using the cairoD API.

import cairo.cairo;
alias Content = cairo_content_t

Meta