There is an example of new ForeColor() { Colors = new List<string> { ... }}
How do I get a similar customization for FontSize?
For example, I only want large, x-large and xx-large
I would expect something like
new FontSize() { ??? = new List<string> {xx-large", "x-large", "large" } }
For ???, I tried FontSizes and Sizes, which did not work.
I have the same question ref new Format().
For example, I only want p, h1, h2 and h3