[mapserver-commits] r12008 -
branches/branch-6-0/docs/en/input/vector trunk/docs/en/input/vector
svn at osgeo.org
svn at osgeo.org
Fri Aug 5 09:19:50 EDT 2011
Author: havatv
Date: 2011-08-05 06:19:50 -0700 (Fri, 05 Aug 2011)
New Revision: 12008
Modified:
branches/branch-6-0/docs/en/input/vector/ogr.txt
trunk/docs/en/input/vector/ogr.txt
Log:
Support for font styles in OGR documented (#2708).
Modified: branches/branch-6-0/docs/en/input/vector/ogr.txt
===================================================================
--- branches/branch-6-0/docs/en/input/vector/ogr.txt 2011-08-05 12:54:48 UTC (rev 12007)
+++ branches/branch-6-0/docs/en/input/vector/ogr.txt 2011-08-05 13:19:50 UTC (rev 12008)
@@ -734,8 +734,13 @@
1. If TTF fonts are supported:
- a. If the native font name (e.g. "Arial") is found in your fontset then this
- font will be used.
+ a. If the native font name (e.g. "Arial") is found in your
+ fontset then this font will be used. The font styles `bold`
+ and `italic` are supported as follows: Arial bold fontname
+ maps to `arial-bold`. Arial italic fontname maps to
+ `arial-italic`. Arial bold italic fontname maps to
+ `arial-bold-italic`. If the styles are not available, arial
+ will be used.
b. If 1a. failed and a font called "default" is present in your fontset then
this "default" font will be used.
Modified: trunk/docs/en/input/vector/ogr.txt
===================================================================
--- trunk/docs/en/input/vector/ogr.txt 2011-08-05 12:54:48 UTC (rev 12007)
+++ trunk/docs/en/input/vector/ogr.txt 2011-08-05 13:19:50 UTC (rev 12008)
@@ -734,8 +734,13 @@
1. If TTF fonts are supported:
- a. If the native font name (e.g. "Arial") is found in your fontset then this
- font will be used.
+ a. If the native font name (e.g. "Arial") is found in your
+ fontset then this font will be used. The font styles `bold`
+ and `italic` are supported as follows: Arial bold fontname
+ maps to `arial-bold`. Arial italic fontname maps to
+ `arial-italic`. Arial bold italic fontname maps to
+ `arial-bold-italic`. If the styles are not available, arial
+ will be used.
b. If 1a. failed and a font called "default" is present in your fontset then
this "default" font will be used.
More information about the mapserver-commits
mailing list