flaw-font-fhi/Flaw/Graphics/Font/FreeType/FFI.hs

Summary

Maintainability
Test Coverage

Use camelCase
Open

data FT_LibraryRec

Found

data FT_LibraryRec

Perhaps

data FTLibraryRec

Use camelCase
Open

data FT_GlyphSlotRec

Found

data FT_GlyphSlotRec

Perhaps

data FTGlyphSlotRec

Use camelCase
Open

type FT_GlyphSlot = Ptr FT_GlyphSlotRec

Found

type FT_GlyphSlot = Ptr FT_GlyphSlotRec

Perhaps

type FTGlyphSlot = Ptr FT_GlyphSlotRec

Use camelCase
Open

type FT_Error = CInt

Found

type FT_Error = CInt

Perhaps

type FTError = CInt

Use camelCase
Open

type FT_Library = Ptr FT_LibraryRec

Found

type FT_Library = Ptr FT_LibraryRec

Perhaps

type FTLibrary = Ptr FT_LibraryRec

Use camelCase
Open

data FT_FaceRec

Found

data FT_FaceRec

Perhaps

data FTFaceRec

Use camelCase
Open

type FT_Face = Ptr FT_FaceRec

Found

type FT_Face = Ptr FT_FaceRec

Perhaps

type FTFace = Ptr FT_FaceRec

There are no issues that match your filters.

Category
Status