Salome HOME
Imp: allow customization of nodes / cells numbering text properties via preferences
[modules/smesh.git] / src / OBJECT / SMESH_ActorUtils.h
index 3a15c40adcb9c97ec7f4524c8b7a754478a8573a..5aafbbbf558ab19b042bef956f1acd1ce8d0af8b 100644 (file)
@@ -33,6 +33,13 @@ class SMESH_Actor;
 
 namespace SMESH
 {
+  //! Label font family
+  enum LabelFont { 
+    FntArial,    //!< arial font family
+    FntCourier,  //!< courier font family
+    FntTimes,    //!< times font family
+  };
+
 SMESHOBJECT_EXPORT  
   vtkFloatingPointType 
   GetFloat( const QString& theValue,