monomer-1.5.1.0: A GUI library for writing native Haskell applications.
Copyright(c) 2018 Francisco Vallarino
LicenseBSD-3-Clause (see the LICENSE file)
Maintainerfjvallarino@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Monomer.Graphics.NanoVGRenderer

Description

Renderer based on the nanovg library.

Synopsis

Documentation

makeRenderer Source #

Arguments

:: [FontDef]

The font definitions.

-> Double

The device pixel rate.

-> IO Renderer

The created renderer.

Creates a nanovg based renderer.