~alcinnz/harfbuzz-pure

ref: 4674b43acebc33f553b45c1238c0c37509774778 harfbuzz-pure/Main.hs -rw-r--r-- 182 bytes
4674b43a — Adrian Cochrane Reimplement parts of Harfbuzz where that's easier than writing a binding. 2 years ago
                                                                                
f2772de8 Adrian Cochrane
1
2
3
4
5
6
7
8
9
{-# LANGUAGE PackageImports #-}
module Main where

import "harfbuzz-pure" Data.Text.Glyphize

main :: IO ()
main = do
    putStr "Hello, world!\n"
    -- TODO test I can shape text!