ForNeVeR / ForNeVeR/xaml-math

Font size support

Open
#239 2 comments 0 reactions 0 assignees View on GitHub
help-wanted kind:feature
Dominant language
C#
Stars
719
Forks
113
Avg merge
6d 12h
Merged PRs (30d)
1

Description

_(Extracted from #149.)_

Il standard LaTeX, there's [a couple of standard font sizes](https://en.wikibooks.org/wiki/LaTeX/Fonts#Sizing_text):

- `\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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.