msdf-atlas-0.1.0.0: Types and parser for the MSDF atlas layout
Safe HaskellNone
LanguageHaskell2010

Graphics.MSDF.Atlas.CLI

Documentation

type Inputs = [Input] Source #

data Input Source #

Constructors

Input 

Instances

Instances details
Show Input Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

Eq Input Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

(==) :: Input -> Input -> Bool #

(/=) :: Input -> Input -> Bool #

data Range Source #

Instances

Instances details
Show Range Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

showsPrec :: Int -> Range -> ShowS #

show :: Range -> String #

showList :: [Range] -> ShowS #

Eq Range Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

(==) :: Range -> Range -> Bool #

(/=) :: Range -> Range -> Bool #

data SetSpec Source #

Constructors

Single Char 
Range Char Char 
String [Char] 

Instances

Instances details
Show SetSpec Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Eq SetSpec Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

(==) :: SetSpec -> SetSpec -> Bool #

(/=) :: SetSpec -> SetSpec -> Bool #

data Format Source #

Instances

Instances details
Bounded Format Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Enum Format Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Show Format Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Eq Format Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

(==) :: Format -> Format -> Bool #

(/=) :: Format -> Format -> Bool #

Ord Format Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

data Dimensions Source #

Constructors

Fixed Int Int 
Auto Constraint 

Instances

Instances details
Show Dimensions Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Eq Dimensions Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

data Constraint Source #

Constructors

PoTS 
PoTR 
Square 
Square2 
Square4 

Instances

Instances details
Show Constraint Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Eq Constraint Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

data Uniform Source #

Instances

Instances details
Show Uniform Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Eq Uniform Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

(==) :: Uniform -> Uniform -> Bool #

(/=) :: Uniform -> Uniform -> Bool #

data Output Source #

Instances

Instances details
Show Output Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Eq Output Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

(==) :: Output -> Output -> Bool #

(/=) :: Output -> Output -> Bool #

data LBTR a Source #

Constructors

LBTR 

Fields

Instances

Instances details
Show a => Show (LBTR a) Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

showsPrec :: Int -> LBTR a -> ShowS #

show :: LBTR a -> String #

showList :: [LBTR a] -> ShowS #

Eq a => Eq (LBTR a) Source # 
Instance details

Defined in Graphics.MSDF.Atlas.CLI

Methods

(==) :: LBTR a -> LBTR a -> Bool #

(/=) :: LBTR a -> LBTR a -> Bool #