Ligature Fonts
Posted: Sun Nov 11, 2018 11:49 pm
The latest version of the Zeus IDE adds support for ligature fonts like Cascadia Code, FiraCode, Hasklig and Iosevka.
More programming font options can be found here: https://devfonts.gafi.dev/
To better understand what this means consider the following code:
With Zeus configured to use the FiraCode font and with the ligature font option disabled that code will looks like this:
However, with the ligature font option enabled that code now looks like this:
To enable this option use the Enable font ligatures option found in the Options, Editor Options menu, Fonts panel as shown below:
More programming font options can be found here: https://devfonts.gafi.dev/
To better understand what this means consider the following code:
Code: Select all
<-< <<- <-- <- <-> -> --> ->> >->
<=< <<= <== <=> => ==> =>> >=>
>>= >>- >- <~> -< -<< =<<
<~~ <~ ~~ ~> ~~>
<<< << <= <> >= >> >>>
{. {| [| <: ? :> |] |} .}
<||| <|| <| <|> |> ||> |||>
<$ <$> $>
<+ <+> +>
<* <*> *>
\ \\ /* */ /// //
</ <!-- </> --> />
;; :: ::: !! ?? %% &&
|| .. ... ..< .? ?. ?:
-- --- ++ +++ ** ***