Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way I can change the default text font size? #10

Open
nielscup opened this issue Nov 14, 2018 · 2 comments
Open

Is there any way I can change the default text font size? #10

nielscup opened this issue Nov 14, 2018 · 2 comments

Comments

@nielscup
Copy link

No description provided.

@ColinLhoest
Copy link

ColinLhoest commented Dec 5, 2018

Hello, you can set custom font size by changing the Global static property.
In your xaml.cs write :
MarkdownView.Global.Paragraph.FontSize = 25; for example :)

@Suplanus
Copy link

Suplanus commented Mar 22, 2019

Not working in 0.6.1-pre.
This works for me:

      var markdownView = new MarkdownView();
      markdownView.Theme.Paragraph.FontSize = 24.0f;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants