libwps_tools_win.h
Go to the documentation of this file.
1 /* -*- Mode: C++; c-default-style: "k&r"; indent-tabs-mode: nil; tab-width: 2; c-basic-offset: 2 -*- */
2 /* libwps
3  * Version: MPL 2.0 / LGPLv2.1+
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * Major Contributor(s):
10  * Copyright (C) 2009, 2011 Alonso Laurent (alonso@loria.fr)
11  * Copyright (C) 2006, 2007 Andrew Ziem
12  * Copyright (C) 2004-2006 Fridrich Strba (fridrich.strba@bluewin.ch)
13  * Copyright (C) 2004 Marc Maurer (uwog@uwog.net)
14  * Copyright (C) 2003-2005 William Lachance (william.lachance@sympatico.ca)
15  *
16  * For minor contributions see the git repository.
17  *
18  * Alternatively, the contents of this file may be used under the terms
19  * of the GNU Lesser General Public License Version 2.1 or later
20  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
21  * applicable instead of those above.
22  *
23  * For further information visit http://libwps.sourceforge.net
24  */
25 
26 /* This header contains code specific to windows file :
27  * - a class used to convert DOS/Win3 font characters in unicode
28  * - a class used to defined the text Language
29  */
30 
31 #ifndef WPS_WIN
32 # define WPS_WIN
33 
34 # include <string>
35 
36 # include "libwps_internal.h"
37 
39 namespace libwps_tools_win
40 {
42 class Font
43 {
44 public:
53 
55 
61 
63  UNKNOWN
64  };
65  // CP_10006, CP_10007, CP_10029, CP_10079, CP_10081
67  static unsigned long unicode(unsigned char c, Type type);
69  static librevenge::RVNGString unicodeString(const unsigned char *p, unsigned long size, Type type, bool skipUnknown=true);
71  static librevenge::RVNGString unicodeString(std::string const &text, Type type);
73  static librevenge::RVNGString unicodeString(librevenge::RVNGInputStream *stream, unsigned long size, Type type);
75  static Type getTypeForOEM(int oem);
77  static Type getTypeForString(char const *encoding);
83  static Type getFontType(librevenge::RVNGString &name);
85  static librevenge::RVNGString getTypeName(Type type);
86 protected:
87 };
88 
89 // see http://msdn.microsoft.com/en-us/library/bb213877.aspx (Community Content)
91 namespace Language
92 {
94 std::string name(long id);
96 std::string localeName(long id);
98 void addLocaleName(long id, librevenge::RVNGPropertyList &propList);
100 long getDefault();
101 }
102 
103 }
104 
105 
106 #endif
107 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
a class to convert a DOS© or Windows3© character in unicode
Definition: libwps_tools_win.h:43
static librevenge::RVNGString unicodeString(const unsigned char *p, unsigned long size, Type type, bool skipUnknown=true)
converts a list of character in unicode
Definition: libwps_tools_win.cpp:7283
Type
enum Type
Definition: libwps_tools_win.h:46
@ MAC_ROMANIAN
Definition: libwps_tools_win.h:59
@ MAC_TURKISH
Definition: libwps_tools_win.h:60
@ WIN3_WINGDINGS
Definition: libwps_tools_win.h:62
@ WIN3_BALTIC
Definition: libwps_tools_win.h:50
@ MAC_DEVANAGA
Definition: libwps_tools_win.h:57
@ MAC_CEUROPE
Definition: libwps_tools_win.h:56
@ CP_424
Definition: libwps_tools_win.h:46
@ CP_857
Definition: libwps_tools_win.h:47
@ CP_874
Definition: libwps_tools_win.h:49
@ CP_775
Definition: libwps_tools_win.h:46
@ CP_869
Definition: libwps_tools_win.h:49
@ CP_437
Definition: libwps_tools_win.h:46
@ MAC_SYMBOL
Definition: libwps_tools_win.h:62
@ CP_865
Definition: libwps_tools_win.h:48
@ MAC_THAI
Definition: libwps_tools_win.h:60
@ MAC_ICELAND
Definition: libwps_tools_win.h:59
@ UNKNOWN
Definition: libwps_tools_win.h:63
@ CP_950
Definition: libwps_tools_win.h:49
@ CP_932
Definition: libwps_tools_win.h:49
@ CP_737
Definition: libwps_tools_win.h:46
@ WIN3_CYRILLIC
Definition: libwps_tools_win.h:51
@ CP_855
Definition: libwps_tools_win.h:47
@ MAC_ARABIC
Definition: libwps_tools_win.h:56
@ MAC_ROMAN
Definition: libwps_tools_win.h:59
@ MAC_GAELIC
Definition: libwps_tools_win.h:57
@ CP_856
Definition: libwps_tools_win.h:47
@ CP_862
Definition: libwps_tools_win.h:48
@ CP_1006
Definition: libwps_tools_win.h:49
@ LICS
Definition: libwps_tools_win.h:54
@ CP_860
Definition: libwps_tools_win.h:47
@ MAC_CELTIC
Definition: libwps_tools_win.h:56
@ MAC_GURMUKHI
Definition: libwps_tools_win.h:58
@ WIN3_TURKISH
Definition: libwps_tools_win.h:51
@ CP_861
Definition: libwps_tools_win.h:48
@ WIN3_VIETNAMESE
Definition: libwps_tools_win.h:52
@ CP_875
Definition: libwps_tools_win.h:49
@ MAC_GUJARATI
Definition: libwps_tools_win.h:58
@ MAC_FARSI
Definition: libwps_tools_win.h:57
@ WIN3_CEUROPE
Definition: libwps_tools_win.h:50
@ WIN3_HEBREW
Definition: libwps_tools_win.h:51
@ MAC_GREEK
Definition: libwps_tools_win.h:58
@ WIN3_WEUROPE
Definition: libwps_tools_win.h:52
@ CP_500
Definition: libwps_tools_win.h:46
@ WIN3_GREEK
Definition: libwps_tools_win.h:51
@ CP_866
Definition: libwps_tools_win.h:48
@ CP_1026
Definition: libwps_tools_win.h:50
@ CP_864
Definition: libwps_tools_win.h:48
@ MAC_CYRILLIC
Definition: libwps_tools_win.h:57
@ MAC_INUIT
Definition: libwps_tools_win.h:59
@ MAC_HEBREW
Definition: libwps_tools_win.h:58
@ CP_037
Definition: libwps_tools_win.h:46
@ CP_852
Definition: libwps_tools_win.h:47
@ WIN3_ARABIC
Definition: libwps_tools_win.h:50
@ CP_863
Definition: libwps_tools_win.h:48
@ DOS_850
Definition: libwps_tools_win.h:47
@ MAC_CROATIAN
Definition: libwps_tools_win.h:56
static Type getFontType(librevenge::RVNGString &name)
returns the type of the font using the fontName
Definition: libwps_tools_win.cpp:39
static Type getTypeForOEM(int oem)
Definition: libwps_tools_win.cpp:112
static unsigned long unicode(unsigned char c, Type type)
converts a character in unicode, knowing the character and the font type
Definition: libwps_tools_win.cpp:7160
static librevenge::RVNGString getTypeName(Type type)
return the type name
Definition: libwps_tools_win.cpp:259
static Type getTypeForString(char const *encoding)
Definition: libwps_tools_win.cpp:195
std::string name(long id)
returns the name given Windows© id
Definition: libwps_tools_win.cpp:7332
long getDefault()
returns the default language: 0x409 : english(US)
Definition: libwps_tools_win.cpp:7327
std::string localeName(long id)
returns the simplified locale name
Definition: libwps_tools_win.cpp:7423
void addLocaleName(long id, librevenge::RVNGPropertyList &propList)
add locale name (ie. fo:language,fo:country ) to propList
Definition: libwps_tools_win.cpp:7510
some Windows© classes and tools
Definition: libwps_tools_win.cpp:32

Generated on Thu Mar 24 2022 16:15:00 for libwps by doxygen 1.9.1