~alcinnz/harfbuzz-pure

ref: f2772de842b757a8f304710ee7eb8417c92a981d harfbuzz-pure/Main.hs -rw-r--r-- 182 bytes
f2772de8 — Adrian Cochrane Implement conversion from functional Buffers to imperative Buffers. 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!