Skip to content
Snippets Groups Projects
Commit fb0b398a authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Add documentation for finding installed fonts on the system.

parent 56a3a150
Branches
Tags
2 merge requests!65Release v0.3.0,!64New year developments
Customization of plotID
=======================
How your plot will be tagged by plotID is highly customizable. Please have a look in the documentation of the function "tagplot" to get an overview of all available keyword arguments.
To use a custom font for the ID on your plot, it is necessary to specify the absolute path to the ".otf" or ".ttf" file. You can put the file in your working directory and give the path to it from the script where you run plotID in. Or you can use system wide installed fonts. To make it easier for you to find already installed fonts in your system, we list here common locations for font files:
Linux:
- /usr/share/fonts
- /usr/local/share/fonts
- ~/.fonts
Windows:
- C:\\Windows\\Fonts
MacOS:
- /Library/Fonts/
\ No newline at end of file
......@@ -12,6 +12,7 @@ Welcome to plotID's documentation!
Overview <readme_link.rst>
Installation <installation.rst>
Customization <customization.rst>
Dependencies <dependencies.rst>
Structure and architecture <structure.rst>
About <about.rst>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment