ref: 3afd706dc639a086d14301be1e61c98a68de2c19
parent: d372ee4e1b63862b7b51e7b796b03db186fb21eb
author: Werner Lemberg <[email protected]>
date: Tue Jun 18 16:30:13 EDT 2002
* src/pfr/pfrobjs.c (pfr_face_init): Fix typo.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+2002-06-17 Sven Neumann <[email protected]>
+
+ * src/pfr/pfrobjs.c (pfr_face_init): Fix typo.
+
2002-06-16 Leonard Rosenthol <[email protected]>
Updated Win32/VC++ projects to include the new PFR driver
- * builds\win32\visualc\freetype.dsp
+ * builds\win32\visualc\freetype.dsp: Updated.
2002-06-16 Anthony Fok <[email protected]>
--- a/src/pfr/pfrobjs.c
+++ b/src/pfr/pfrobjs.c
@@ -120,9 +120,9 @@
root->face_flags |= FT_FACE_FLAG_FIXED_WIDTH;
if ( phy_font->flags & PFR_PHY_VERTICAL )
- root->face_flags |= FT_FACE_FLAG_HORIZONTAL;
- else
root->face_flags |= FT_FACE_FLAG_VERTICAL;
+ else
+ root->face_flags |= FT_FACE_FLAG_HORIZONTAL;
/* XXX: kerning and embedded bitmap support isn't there yet */