Bug 458861. Validate TrueType headers before activating downloaded font. r=roc, sr...
[wine-gecko.git] / gfx / src / thebes / nsSystemFontsOS2.h
blob37f604e53436149b5dcd3eb10dc26f02791c2f24
1 /* vim: set sw=4 sts=4 et cin: */
2 /* ***** BEGIN LICENSE BLOCK *****
3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/
10 * Software distributed under the License is distributed on an "AS IS" basis,
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 * for the specific language governing rights and limitations under the
13 * License.
15 * The Original Code is OS/2 system font code in Thebes.
17 * The Initial Developer of the Original Code is
18 * Peter Weilbacher <mozilla@Weilbacher.org>.
19 * Portions created by the Initial Developer are Copyright (C) 2006
20 * the Initial Developer. All Rights Reserved.
22 * Contributor(s):
23 * John Fairhurst, <john_fairhurst@iname.com> } original developers of
24 * Henry Sobotka <sobotka@axess.com> } code taken from
25 * IBM Corp. } nsDeviceContextOS2
27 * Alternatively, the contents of this file may be used under the terms of
28 * either the GNU General Public License Version 2 or later (the "GPL"), or
29 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
30 * in which case the provisions of the GPL or the LGPL are applicable instead
31 * of those above. If you wish to allow use of your version of this file only
32 * under the terms of either the GPL or the LGPL, and not to allow others to
33 * use your version of this file under the terms of the MPL, indicate your
34 * decision by deleting the provisions above and replace them with the notice
35 * and other provisions required by the GPL or the LGPL. If you do not delete
36 * the provisions above, a recipient may use your version of this file under
37 * the terms of any one of the MPL, the GPL or the LGPL.
39 * ***** END LICENSE BLOCK ***** */
41 #ifndef _NS_SYSTEMFONTSOS2_H_
42 #define _NS_SYSTEMFONTSOS2_H_
44 #include <gfxFont.h>
45 #define INCL_WINWINDOWMGR
46 #define INCL_WINSHELLDATA
47 #define INCL_DOSNLS
48 #define INCL_DOSERRORS
49 #include <os2.h>
51 class nsSystemFontsOS2
53 public:
54 nsSystemFontsOS2();
55 nsresult GetSystemFont(nsSystemFontID aID, nsString* aFontName,
56 gfxFontStyle *aFontStyle) const;
59 #endif /* _NS_SYSTEMFONTSOS2_H_ */