summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/FontType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/FontType.idl')
-rw-r--r--offapi/com/sun/star/awt/FontType.idl74
1 files changed, 37 insertions, 37 deletions
diff --git a/offapi/com/sun/star/awt/FontType.idl b/offapi/com/sun/star/awt/FontType.idl
index 2474976d33e1..31522a0c46b3 100644
--- a/offapi/com/sun/star/awt/FontType.idl
+++ b/offapi/com/sun/star/awt/FontType.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,50 +24,50 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_FontType_idl__
-#define __com_sun_star_awt_FontType_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
-/** These values are used to specify the technology of the font representation.
-
+#ifndef __com_sun_star_awt_FontType_idl__
+#define __com_sun_star_awt_FontType_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
+/** These values are used to specify the technology of the font representation.
+
<p>They may be expanded in future versions.</p>
*/
published constants FontType
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** The type of the font is not known.
*/
- const short DONTKNOW = 0;
-
- //-------------------------------------------------------------------------
-
+ const short DONTKNOW = 0;
+
+ //-------------------------------------------------------------------------
+
/** specifies a raster font.
*/
- const short RASTER = 1;
-
- //-------------------------------------------------------------------------
-
+ const short RASTER = 1;
+
+ //-------------------------------------------------------------------------
+
/** specifies a device font.
*/
- const short DEVICE = 2;
-
- //-------------------------------------------------------------------------
-
+ const short DEVICE = 2;
+
+ //-------------------------------------------------------------------------
+
/** specifies a scalable font.
*/
- const short SCALABLE = 4;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ const short SCALABLE = 4;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif