The following figure shows the font symbols and their corresponding font names and pattern codes.
Note: The name of the font is case sensitive. Any spaces in the
symbol name must also be included when using in the style
definition.
For example:{
"styleDetails": {
"themeList": [
{
"theme": [
{
"type": "OverrideTheme",
"style": {
"type": "MapBasicCompositeStyle",
"PointStyle": {
"type": "MapBasicPointStyle",
"MapBasicSymbol": {
"shape": "34",
"color": "3066201",
"size": 18,
"type": "MapBasicFontSymbol",
"fontName": "MapInfo Oil&Gas",
"bold": true,
"border": "BORDER",
"dropShadow": true,
"rotation": 0
}
}
}
}
]
}
]
}