diff options
author | rathnor <rathnor> | 2004-08-18 16:30:33 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-18 16:30:33 (GMT) |
commit | 3dc71037822283699cccc42b67fe44fe487468ec (patch) | |
tree | 3d87e739362fca1770f88f0bf93c8aad244f0b3d /src/FbTk/Font.hh | |
parent | 9d7c7e109e9327497d2ad554ac08ca147b560587 (diff) | |
download | fluxbox-3dc71037822283699cccc42b67fe44fe487468ec.zip fluxbox-3dc71037822283699cccc42b67fe44fe487468ec.tar.bz2 |
fix handling of font+text encodings
Diffstat (limited to 'src/FbTk/Font.hh')
-rw-r--r-- | src/FbTk/Font.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbTk/Font.hh b/src/FbTk/Font.hh index 1ac2fe0..d994acf 100644 --- a/src/FbTk/Font.hh +++ b/src/FbTk/Font.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | //$Id: Font.hh,v 1.9 2004/08/10 18:08:37 fluxgen Exp $ | 22 | //$Id: Font.hh,v 1.10 2004/08/18 16:30:33 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FONT_HH | 24 | #ifndef FBTK_FONT_HH |
25 | #define FBTK_FONT_HH | 25 | #define FBTK_FONT_HH |
@@ -34,6 +34,8 @@ | |||
34 | 34 | ||
35 | namespace FbTk { | 35 | namespace FbTk { |
36 | 36 | ||
37 | void fontInit(); | ||
38 | |||
37 | class FontImp; | 39 | class FontImp; |
38 | 40 | ||
39 | /** | 41 | /** |
@@ -109,7 +111,6 @@ private: | |||
109 | int m_shadow_offy; ///< offset x for shadow | 111 | int m_shadow_offy; ///< offset x for shadow |
110 | bool m_halo; ///< halo text | 112 | bool m_halo; ///< halo text |
111 | std::string m_halo_color; ///< halo color | 113 | std::string m_halo_color; ///< halo color |
112 | std::string m_locale; ///< system encoding | ||
113 | iconv_t m_iconv; | 114 | iconv_t m_iconv; |
114 | }; | 115 | }; |
115 | 116 | ||