From c90bdecd8030145bf5fad218403fe217e19b105c Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sat, 18 Feb 2023 10:34:03 +1300 Subject: [PATCH] Release Typograffiti 2.0.0.1! Has some vital text rendering fixes aligning baselines & scaling letterspacing with fontsize. --- README.md | 2 ++ typograffiti.cabal | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa4e3b6..e34b198 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Typograffiti +[GitHub](https://github.com/schell/typograffiti/) [Hackage](https://hackage.haskell.org/package/typograffiti) [Mirror](https://git.argonaut-constellation.org/~alcinnz/typograffiti) [alt issue tracker](https://todo.argonaut-constellation.org/~alcinnz/typograffiti) Typograffiti aims to make working with text across a broad range of written languages in multimedia applications easy. Whilst exposing low-level APIs for use by fancier text layout/rendering engines. Typograffiti is part of [The Argonaut Stack](https://argonaut-constellation.org/) browser engine. @@ -7,5 +8,6 @@ Typograffiti is part of [The Argonaut Stack](https://argonaut-constellation.org/ * opengl 3.x * freetype 2.x * harfbuzz 3.3+ +* LibC++ (for Text dependency) The demo program additionally requires SDL2. diff --git a/typograffiti.cabal b/typograffiti.cabal index 20587a4..97e84e2 100644 --- a/typograffiti.cabal +++ b/typograffiti.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: typograffiti -version: 0.2.0.0 +version: 0.2.0.1 synopsis: Just let me draw nice text already description: This is a text rendering library that uses OpenGL and freetype2 to render TTF font strings quickly. It is fast enough to render large chunks of text in real time. This library exists because text rendering is one of the biggest hurdles in Haskell graphics programming - and it shouldn't be! Typograffiti includes an MTL style typeclass and a default monad transformer. It does not assume you are using any specific windowing solution. It does assume you are using OpenGL 3.3+. @@ -12,7 +12,7 @@ homepage: https://github.com/schell/typograffiti#readme bug-reports: https://github.com/schell/typograffiti/issues author: Schell Scivally & Adrian Cochrane maintainer: alcinnz@argonaut-constellation.org -copyright: 2018 Schell Scivally & others +copyright: 2018 Schell Scivally, 2023 Adrian Cochrane license: BSD3 license-file: LICENSE build-type: Simple @@ -46,4 +46,3 @@ executable typograffiti hs-source-dirs: app default-language: Haskell2010 - -- 2.30.2