pcf-font: PCF font parsing and rendering library.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

pcf-font is a library for parsing and rendering X11 PCF fonts.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.1, 0.2.2.0, 0.2.2.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), binary, bytestring, containers, vector, zlib [details]
License BSD-3-Clause
Copyright (c) 2017 Michael Swan
Author Michael Swan
Maintainer mswan@fastmail.com
Category Graphics
Home page https://github.com/michael-swan/pcf-font
Source repo head: git clone https://github.com/michael-swan/pcf-font
Uploaded by mswan at 2017-09-17T05:22:20Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for pcf-font-0.2.1.1

[back to package description]

pcf-font

Rendering a PCF font is easy with pcf-font. Load a PCF file from memory with decodePCF or from disk with loadPCF and then render a string with renderPCFText.

Resources

PCF Format