aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Font.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-11-28 23:27:29 (GMT)
committerfluxgen <fluxgen>2003-11-28 23:27:29 (GMT)
commit9dc08a463c63d3d5c680d8dadf63a991cf9add7d (patch)
tree89c831d298fdffdd567c378d8057f916fbbb6c35 /src/FbTk/Font.hh
parent53e1f759c189dc8b3a8b3470b734999c9e5cea53 (diff)
downloadfluxbox-9dc08a463c63d3d5c680d8dadf63a991cf9add7d.zip
fluxbox-9dc08a463c63d3d5c680d8dadf63a991cf9add7d.tar.bz2
added shadow
Diffstat (limited to 'src/FbTk/Font.hh')
-rw-r--r--src/FbTk/Font.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbTk/Font.hh b/src/FbTk/Font.hh
index 8ecb5ce..4a2c4cb 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.4 2003/04/14 12:07:03 fluxgen Exp $ 22//$Id: Font.hh,v 1.5 2003/11/28 23:27:29 fluxgen Exp $
23 23
24#ifndef FBTK_FONT_HH 24#ifndef FBTK_FONT_HH
25#define FBTK_FONT_HH 25#define FBTK_FONT_HH
@@ -47,7 +47,7 @@ public:
47 @return true on success, else false and it'll fall back on the last 47 @return true on success, else false and it'll fall back on the last
48 loaded font 48 loaded font
49 */ 49 */
50 bool load(const char *name); 50 bool load(const std::string &name);
51 51
52 /// @return true if multibyte is enabled, else false 52 /// @return true if multibyte is enabled, else false
53 static bool multibyte() { return m_multibyte; } 53 static bool multibyte() { return m_multibyte; }
@@ -97,6 +97,7 @@ private:
97 bool m_antialias; ///< is font antialias 97 bool m_antialias; ///< is font antialias
98 bool m_rotated; ///< wheter we're rotated or not 98 bool m_rotated; ///< wheter we're rotated or not
99 float m_angle; ///< rotation angle 99 float m_angle; ///< rotation angle
100 bool m_shadow; ///< shadow text
100}; 101};
101 102
102}; //end namespace FbTk 103}; //end namespace FbTk