blob: 32afb0ad2ecb19ac7040b11652e3db2216587c7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2002/08/14 16:18:42 tron Exp $
--- include/FontCreator.hh.orig Mon Apr 13 17:47:20 1998
+++ include/FontCreator.hh Wed Aug 14 18:09:37 2002
@@ -5,7 +5,7 @@
enum TextDirection { tdNorth, tdEast, tdSouth, tdWest };
enum FontShape { fsRegular, fsOblique, fsSmallRegular, fsSmallOblique };
-const FontShapeCount = 4;
+const int FontShapeCount = 4;
class FontCreator {
protected:
|