~alcinnz/harfbuzz-pure

ref: be23e608bdd1d2ea23265b5abb1bc6fb33903f24 harfbuzz-pure/Main.hs -rw-r--r-- 182 bytes
be23e608 — Adrian Cochrane Draft language bindings to font/face APIs. 2 years ago
                                                                                
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!