Safe Haskell | None |
---|---|
Language | Haskell2010 |
Pdf.Content.FontDescriptor
Description
The FontDescriptor describes a font's other metrics than it's widths, see chap. 9.8 of PDF32000:2008
Documentation
data FontDescriptor Source #
Constructors
FontDescriptor | |
Fields
|
Instances
Show FontDescriptor Source # | |
Defined in Pdf.Content.FontDescriptor Methods showsPrec :: Int -> FontDescriptor -> ShowS # show :: FontDescriptor -> String # showList :: [FontDescriptor] -> ShowS # |
data FontDescriptorFlag Source #
Constructors
FixedPitch | |
Serif | |
Symbolic | |
Script | |
NonSymbolic | |
Italic | |
AllCap | |
SmallCap | |
ForceBold |
flagSet :: FontDescriptor -> FontDescriptorFlag -> Bool Source #