Copyright | (c) 2006-2016 alpheccar.org |
---|---|
License | BSD-style |
Maintainer | misc@NOSPAMalpheccar.org |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
PDF Font
Documentation
Instances
Instances
Enum GlyphSize Source # | |
Defined in Graphics.PDF.Fonts.FontTypes succ :: GlyphSize -> GlyphSize # pred :: GlyphSize -> GlyphSize # fromEnum :: GlyphSize -> Int # enumFrom :: GlyphSize -> [GlyphSize] # enumFromThen :: GlyphSize -> GlyphSize -> [GlyphSize] # enumFromTo :: GlyphSize -> GlyphSize -> [GlyphSize] # enumFromThenTo :: GlyphSize -> GlyphSize -> GlyphSize -> [GlyphSize] # | |
Eq GlyphSize Source # | |
Integral GlyphSize Source # | |
Defined in Graphics.PDF.Fonts.FontTypes | |
Num GlyphSize Source # | |
Defined in Graphics.PDF.Fonts.FontTypes | |
Ord GlyphSize Source # | |
Defined in Graphics.PDF.Fonts.FontTypes | |
Real GlyphSize Source # | |
Defined in Graphics.PDF.Fonts.FontTypes toRational :: GlyphSize -> Rational # |
Instances
IsFont Type1Font Source # | |
Defined in Graphics.PDF.Fonts.Type1 name :: Type1Font -> String Source # getDescent :: Type1Font -> FontSize -> PDFFloat Source # getHeight :: Type1Font -> FontSize -> PDFFloat Source # getKern :: Type1Font -> FontSize -> GlyphCode -> GlyphCode -> PDFFloat Source # glyphWidth :: Type1Font -> FontSize -> GlyphCode -> PDFFloat Source # hyphenGlyph :: Type1Font -> Maybe GlyphCode Source # spaceGlyph :: Type1Font -> GlyphCode Source # |
mkType1FontStructure :: FontData -> AFMData -> IO (Maybe Type1FontStructure) Source #