freetype2-0.2.0: FreeType/Format/Type1/Internal.hsc
{-# LANGUAGE ForeignFunctionInterface #-}
module FreeType.Format.Type1.Internal
( -- ** FT_Get_PS_Font_Info
ft_Get_PS_Font_Info'
-- ** FT_Get_PS_Font_Private
, ft_Get_PS_Font_Private'
) where
import FreeType.Core.Base.Types
import FreeType.Core.Types.Types
import FreeType.Format.Type1.Types
#include "ft2build.h"
#include FT_TYPE1_TABLES_H
foreign import ccall "FT_Get_PS_Font_Info"
ft_Get_PS_Font_Info'
:: FT_Face -- ^ face
-> PS_FontInfo -- ^ afont_info
-> IO FT_Error
foreign import ccall "FT_Get_PS_Font_Private"
ft_Get_PS_Font_Private'
:: FT_Face -- ^ face
-> PS_Private -- ^ afont_private
-> IO FT_Error