Nvu is a complete Web Authoring System to rival programs like FrontPage and Dreamweaver. Nvu (which stands for "new view") makes managing a web site a snap. Now anyone can create web pages and manage a website with no technical expertise or knowledge of HTML. * WYSIWYG editing of pages, making web creation as easy as typing a letter with your word processor. * Integrated file management via FTP. Simply login to your web site and navigate through your files, editing web pages on the fly, directly from your site. * Reliable HTML code creation that will work with all of today's most popular browsers. * Jump between WYSIWYG Editing Mode and HTML using tabs. * Tabbed editing to make working on multiple pages a snap. * Powerful support for forms, tables, and templates.
22 lines
676 B
Text
22 lines
676 B
Text
$NetBSD: patch-al,v 1.1.1.1 2006/10/21 21:54:13 rillig Exp $
|
|
|
|
--- gfx/src/ps/nsFontMetricsPS.h.orig 2003-04-22 18:25:09.000000000 +0200
|
|
+++ gfx/src/ps/nsFontMetricsPS.h 2006-10-21 20:34:01.000000000 +0200
|
|
@@ -320,7 +320,7 @@ protected:
|
|
nsCOMPtr<nsITrueTypeFontCatalogEntry> mFaceID;
|
|
nsCOMPtr<nsIFreeType2> mFt2;
|
|
PRUint16 mPixelSize;
|
|
- FTC_Image_Desc mImageDesc;
|
|
+ FTC_ImageType mImageDesc;
|
|
|
|
|
|
static PRBool AddUserPref(nsIAtom *aLang, const nsFont& aFont,
|
|
@@ -363,7 +363,7 @@ public:
|
|
protected:
|
|
nsCOMPtr<nsITrueTypeFontCatalogEntry> mEntry;
|
|
nsCOMPtr<nsIFreeType2> mFt2;
|
|
- FTC_Image_Desc mImageDesc;
|
|
+ FTC_ImageType mImageDesc;
|
|
};
|
|
#endif
|
|
|