freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Miscellaneous.OpenType

Contents

Description

Please refer to the Miscellaneous > OpenType Validation chapter of the reference.

Internal: FreeType.Miscellaneous.OpenType.Internal.

Synopsis

FT_OpenType_Validate

ft_OpenType_Validate Source #

Arguments

:: FT_Face

face

-> FT_UInt

validation_flags

-> Ptr FT_Bytes

BASE_table

-> Ptr FT_Bytes

GDEF_table

-> Ptr FT_Bytes

GPOS_table

-> Ptr FT_Bytes

GSUB_table

-> Ptr FT_Bytes

JSTF_table

-> IO () 

FT_OpenType_Free

ft_OpenType_Free Source #

Arguments

:: FT_Face

face

-> FT_Bytes

table

-> IO () 

FT_VALIDATE_OTXXX

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

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

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

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

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

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

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