xaml-math icon indicating copy to clipboard operation
xaml-math copied to clipboard

Font size support

Open ForNeVeR opened this issue 4 years ago • 2 comments

(Extracted from #149.)

Il standard LaTeX, there's a couple of standard font sizes:

  • \tiny
  • \scriptsize
  • \footnotesize
  • \small
  • \normalsize
  • \large
  • \Large
  • \LARGE
  • \huge
  • \Huge

Let's start implementing sizing from those (and probably make it configurable?)

There's also the base fontsize command that accepts some arbitrary units of measure. We'll have to think more about how to implement them, and which units we want to support.

ForNeVeR avatar Jan 07 '20 14:01 ForNeVeR

has this been implemented?

EdwinCloud101 avatar Jul 24 '20 17:07 EdwinCloud101

Unfortunately, not yet.

ForNeVeR avatar Jul 31 '20 16:07 ForNeVeR