monomer-1.5.0.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.FontManager

Description

Provides functions for getting text dimensions and metrics.

Synopsis

Documentation

makeFontManager Source #

Arguments

:: [FontDef]

The font definitions.

-> Double

The device pixel rate.

-> IO FontManager

The created renderer.

Creates a font manager instance.