diff --git a/include/osgText/Font b/include/osgText/Font index af2bdf762..bbac641f6 100644 --- a/include/osgText/Font +++ b/include/osgText/Font @@ -35,8 +35,8 @@ class Text; enum KerningType { KERNING_DEFAULT, //default locked to integer kerning values - KERNING_UNFITTED, //use floating point value for kerning - KERNING_NONE, //no kerning + KERNING_UNFITTED, //use floating point value for kerning + KERNING_NONE //no kerning }; /** read a font from specified file.*/