Skip to content

Commit 9132a3f

Browse files
committed
Add supported fonts back
1 parent 000c42b commit 9132a3f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/gallery/symbols/text_symbols.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
(less than 256 characters). Optionally, you can append
1313
**+f**\ *font,outlinecolor* to select a particular font [Default is
1414
:gmt-term:`FONT_ANNOT_PRIMARY`] and outline color [Default is black] as well
15-
as **+j**\ *justify* to change the justification [Default is CM]. The fill
16-
color of the text symbols can be set with the ``fill`` parameter, and the
17-
outline width can be customized with the ``pen`` parameter.
15+
as **+j**\ *justify* to change the justification [Default is CM]. For all supported
16+
fonts see :doc:`/techref/fonts`. The fill color of the text symbols can be set with
17+
the ``fill`` parameter, and the outline width can be customized with the ``pen``
18+
parameter.
1819
"""
1920

2021
# %%

0 commit comments

Comments
 (0)