freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Core.Version

Contents

Description

Please refer to the Core API > FreeType Version chapter of the reference.

Internal: FreeType.Core.Version.Internal.

Synopsis

FT_Library_Version

ft_Library_Version Source #

Arguments

:: FT_Library

library

-> IO (FT_Int, FT_Int, FT_Int)

(major, minor, patch)

FT_Face_CheckTrueTypePatents

FT_Face_SetUnpatentedHinting

FREETYPE_XXX

pattern FREETYPE_MINOR :: (Eq a, Num a) => a Source #

pattern FREETYPE_MAJOR :: (Eq a, Num a) => a Source #

pattern FREETYPE_PATCH :: (Eq a, Num a) => a Source #