Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 2, 2023 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/b63fa081e10887a7103135f85aabfdc2 to your computer and use it in GitHub Desktop.
Save bjoerntx/b63fa081e10887a7103135f85aabfdc2 to your computer and use it in GitHub Desktop.
foreach(string font in Directory.GetFiles(Path.Combine(app.Environment.ContentRootPath, "InstallFonts"))) {
Fonts.AddFontResource(font);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment