xo-unit: docs: Helvetica -> HelveticaNeue
This commit is contained in:
parent
bde506df1c
commit
439c2d03c2
1 changed files with 2 additions and 2 deletions
|
|
@ -2503,7 +2503,7 @@ DOT_NUM_THREADS = 0
|
||||||
# The default value is: fontname=Helvetica,fontsize=10.
|
# The default value is: fontname=Helvetica,fontsize=10.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
|
DOT_COMMON_ATTR = "fontname=HelveticaNeue,fontsize=10"
|
||||||
|
|
||||||
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
|
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
|
||||||
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
|
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
|
||||||
|
|
@ -2512,7 +2512,7 @@ DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
|
||||||
# The default value is: labelfontname=Helvetica,labelfontsize=10.
|
# The default value is: labelfontname=Helvetica,labelfontsize=10.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10"
|
DOT_EDGE_ATTR = "labelfontname=HelveticaNeue,labelfontsize=10"
|
||||||
|
|
||||||
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
|
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
|
||||||
# around nodes set 'shape=plain' or 'shape=plaintext' <a
|
# around nodes set 'shape=plain' or 'shape=plaintext' <a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue