Docx Fonts: Derives Show and Eq
This commit is contained in:
parent
4e483dbf9a
commit
427466f80c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ module Text.Pandoc.Readers.Docx.Fonts (getUnicode, Font(..)) where
|
|||
|
||||
-- | Enumeration of recognised fonts
|
||||
data Font = Symbol -- ^ <http://en.wikipedia.org/wiki/Symbol_(typeface) Adobe Symbol>
|
||||
deriving (Show, Eq)
|
||||
|
||||
-- | Given a font and codepoint, returns the corresponding unicode
|
||||
-- character
|
||||
|
|
Loading…
Add table
Reference in a new issue