diff --git a/README.org b/README.org index 6101a70..0046d21 100644 --- a/README.org +++ b/README.org @@ -1533,3 +1533,110 @@ Configure email with iCalendar event support, to integrate with (keymap-global-set "C-c w d" #'my/open-documents-directory) (keymap-global-set "C-c w C-d" #'my/open-downloads-directory) #+end_src +* Font Showcase +This is a showcase of various font features to act as a standard +candle. +** Header 2 +*** Header 3 +**** Header 4 +***** Header 5 +****** Header 6 +******* Header 7 +******** Header 8 +********* Header 9 +********** Header 10 +** Font emphasis +Examples of: +- *Bold text* +- /Italic text/ +- _Underscored text_ +- =Literal text= +- ~Code~ +- +Strike-through+ +** Character showcase +#+begin_example +ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ abc.def.ghi.jkl.mno.pqrs.tuv.wxyz +!iIlL17|¦ ¢coO08BbDQ $5SZ2zs 96µm float il1[]={1-2/3.4,5+6=7/8%90}; +1234567890 ,._-+= >< «¯-¬_» ~–÷+× {*}[]()<>`+-=$/#_%^@\&|~?'" !,.;: +E3CGQ g9q¶ uvw ſßðþ ΓΔΛαδιλμξπτχ∂ ЖЗКУЯжзклмнруфчьыя <= != == => -> +#+end_example +*** Legibility test +Can I tell the difference between: 1,i,I,l,L,| +How about: 0,O,o +** Tables +| Heading 1 | Heading 2 | Plot | +|-----------+-----------+--------------| +| 1 | 1 | | +| 2 | 4 | c | +| 3 | 9 | W | +| 4 | 16 | WV | +| 5 | 25 | WWH | +| 6 | 36 | WWWW: | +| 7 | 49 | WWWWWV | +| 8 | 64 | WWWWWWWl | +| 9 | 81 | WWWWWWWWWh | +| 10 | 100 | WWWWWWWWWWWW | +#+TBLFM: $2=$1**2::$3='(orgtbl-ascii-draw $2 1 100 12) +** Coding ligatures +#+begin_example +-<< -< -<- <-- <--- <<- <- -> ->> --> ---> ->- >- >>- + +=<< =< =<= <== <=== <<= <= => =>> ==> ===> =>= >= >>= + +<-> <--> <---> <----> <=> <==> <===> <====> :: ::: __ + +<~~ /> ~~> == != /= ~= <> === !== !=== =/= =!= + +<: := *= *+ <* <*> *> <| <|> |> <. <.> .> +* =* =: :> + +(* *) /* */ [| |] {| |} ++ +++ \/ /\ |- -| ---> ->- >- >>- - -=<< =< =<= <== <=== <<= <= => =>> ==> ===> =>= >= >>= - -<-> <--> <---> <----> <=> <==> <===> <====> :: ::: __ - -<~~ /> ~~> == != /= ~= <> === !== !=== =/= =!= - -<: := *= *+ <* <*> *> <| <|> |> <. <.> .> +* =* =: :> - -(* *) /* */ [| |] {| |} ++ +++ \/ /\ |- -|