[mapserver-commits] r12882 - trunk/docs/en/development/rfc

svn at osgeo.org svn at osgeo.org
Mon Dec 12 04:37:28 EST 2011


Author: tbonfort
Date: 2011-12-12 01:37:28 -0800 (Mon, 12 Dec 2011)
New Revision: 12882

Modified:
   trunk/docs/en/development/rfc/ms-rfc-80.txt
Log:
add voting history and example usage


Modified: trunk/docs/en/development/rfc/ms-rfc-80.txt
===================================================================
--- trunk/docs/en/development/rfc/ms-rfc-80.txt	2011-12-12 05:22:21 UTC (rev 12881)
+++ trunk/docs/en/development/rfc/ms-rfc-80.txt	2011-12-12 09:37:28 UTC (rev 12882)
@@ -8,7 +8,7 @@
 :Contact: thomas at derfake.com
 :Contact: tbonfort at terriscope.fr
 :Last Edited: $Date$
-:Status: Draft
+:Status: Passed
 :Version: MapServer 6.2
 :Id: $Id$
 
@@ -95,6 +95,7 @@
    font on commas and looks up each font key in the fontset.
  * call msFontsetLookupFonts before calling the renderer vtable
    boundingbox calculation functions.
+
 * maprendering.c: call msFontsetLookupFonts to set list of fonts
   in labelStyleObj
 * mapagg.cpp: glyph fallback implementation, agg specific 
@@ -108,6 +109,7 @@
   
  * add msFontsetLookupFonts function and MS_MAX_LABEL_FONTS define
  * change labelStyleObj char* font to char* font[MS_MAX_LABEL_FONTS]
+
 * mapsymbol.c: symbol font fallback adoptions
 * maputil.c: only bind font from shape if it's different
 * mapdummyrenderer.c: getTruetypeTextBBox signature change
@@ -134,6 +136,11 @@
 error message if one of the referenced fonts could not be loaded (due
 to an inaccessible or corrupt ttf file).
 
-4. Voting history
+6. Example Usage
+----------------
+
+* see msautotest entry http://trac.osgeo.org/mapserver/changeset/12863
+
+7. Voting history
 -----------------
-TBD
+Passed with +1 from ThomasB, SteveW, MichaelS, SteveL, PerryN, DanielM



More information about the mapserver-commits mailing list