Skip to content

Commit 4551f91

Browse files
committed
Trial modern.conf
1 parent cbd49f9 commit 4551f91

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

share/themes/modern.conf

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#
44
# FONT Parameters
55
#
6-
FONT_ANNOT_PRIMARY = 12p,Palatino-Bold,black
7-
FONT_ANNOT_SECONDARY = 14p,Palatino,black
8-
FONT_HEADING = 32p,Palatino-Bold,black
9-
FONT_LABEL = 16p,Palatino-Bold,black
6+
FONT_ANNOT_PRIMARY = 10p,Palatino-Bold,black
7+
FONT_ANNOT_SECONDARY = 12p,Palatino-Roman,black
8+
FONT_HEADING = 28p,Palatino-Bold,black
9+
FONT_LABEL = 14p,Palatino-Bold,black
1010
FONT_LOGO = 8p,Helvetica,black
11-
FONT_TAG = 20p,Palatino,black
12-
FONT_TITLE = 24p,Palatino-Bold,black
11+
FONT_TAG = 18p,Palatino-Roman,black
12+
FONT_TITLE = 22p,Palatino-Bold,black
1313
#
1414
# FORMAT Parameters
1515
#
@@ -19,19 +19,18 @@ FORMAT_GEO_MAP = ddd:mm:ssF
1919
#
2020
MAP_ANNOT_ORTHO = we
2121
MAP_FRAME_AXES = WeSnZ
22+
MAP_ANNOT_OFFSET_PRIMARY = 4p
23+
MAP_ANNOT_OFFSET_SECONDARY = 4p
2224
MAP_FRAME_PEN = thicker,black
2325
MAP_FRAME_TYPE = fancy
24-
MAP_FRAME_WIDTH = 3.5p
26+
MAP_FRAME_WIDTH = 3p
2527
MAP_GRID_PEN_PRIMARY = default,gray
2628
MAP_GRID_PEN_SECONDARY = thinner,gray
29+
MAP_HEADING_OFFSET = 16p
30+
MAP_LABEL_OFFSET = 6p
31+
MAP_TITLE_OFFSET = 12p
2732
MAP_VECTOR_SHAPE = 0.5
2833
#
2934
# PostScript Parameters
3035
#
31-
PS_CHAR_ENCODING = ISOLatin1+
32-
PS_CONVERT = A
3336
PS_LINE_CAP = round
34-
PS_LINE_JOIN = miter
35-
PS_MITER_LIMIT = 35
36-
PS_MEDIA = a4
37-
PS_PAGE_COLOR = floralwhite

src/gmt_support.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6464,7 +6464,7 @@ int gmt_getfont (struct GMT_CTRL *GMT, char *buffer, struct GMT_FONT *F) {
64646464
/* Assign font size, type, and fill, if given */
64656465
if (!size[0] || size[0] == '-') { /* Skip */ }
64666466
else if ((pointsize = gmt_convert_units (GMT, size, GMT_PT, GMT_PT)) < GMT_CONV4_LIMIT)
6467-
GMT_Report (GMT->parent, GMT_MSG_WARNING, "Representation of font size not recognised. Using default.\n");
6467+
GMT_Report (GMT->parent, GMT_MSG_WARNING, "Representation of font size not recognized. Using default.\n");
64686468
else
64696469
F->size = pointsize;
64706470
if (!name[0] || name[0] == '-') { /* Skip */ }

0 commit comments

Comments
 (0)