freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Format.PFR

Contents

Description

Please refer to the Format-Specific API > PFR Fonts chapter of the reference.

Internal: FreeType.Format.PFR.Internal.

Synopsis

FT_Get_PFR_Metrics

ft_Get_PFR_Metrics Source #

Arguments

:: FT_Face

face

-> IO (Maybe FT_UInt, Maybe FT_UInt, Maybe FT_Fixed, Maybe FT_Fixed)

(outline_resolution, metrics_resolution, metrics_x_scale, metrics_y_scale)

FT_Get_PFR_Kerning

ft_Get_PFR_Kerning Source #

Arguments

:: FT_Face

face

-> FT_UInt

left

-> FT_UInt

right

-> IO FT_Vector

vector

FT_Get_PFR_Advance

ft_Get_PFR_Advance Source #

Arguments

:: FT_Face

face

-> FT_UInt

gindex

-> IO FT_Pos

advance