C# Class SharpFont.HarfBuzz.DirectionExtensions

Mostra file Open project: Robmaister/SharpFont.HarfBuzz

Public Methods

Method Description
IsBackward ( this dir ) : bool
IsForward ( this dir ) : bool
IsHorizontal ( this dir ) : bool
IsValid ( this dir ) : bool
IsVertical ( this dir ) : bool
Reverse ( this dir ) : Direction
ToString ( this dir ) : string

Method Details

IsBackward() public static method

public static IsBackward ( this dir ) : bool
dir this
return bool

IsForward() public static method

public static IsForward ( this dir ) : bool
dir this
return bool

IsHorizontal() public static method

public static IsHorizontal ( this dir ) : bool
dir this
return bool

IsValid() public static method

public static IsValid ( this dir ) : bool
dir this
return bool

IsVertical() public static method

public static IsVertical ( this dir ) : bool
dir this
return bool

Reverse() public static method

public static Reverse ( this dir ) : Direction
dir this
return Direction

ToString() public static method

public static ToString ( this dir ) : string
dir this
return string