diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-24 16:44:27 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-24 16:44:27 -0700 |
commit | 5e1dc59411cd7973fb4208ae76d0970bd2ea87d6 (patch) | |
tree | ee805bff4d48f2393df43a395469c18c2dfe7591 /src/gui/speechbubble.h | |
parent | 0b848dd3c46ee8391522f330eaf3ad0f75462e09 (diff) | |
download | mana-client-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.tar.gz mana-client-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.tar.bz2 mana-client-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.tar.xz mana-client-5e1dc59411cd7973fb4208ae76d0970bd2ea87d6.zip |
Updated DejaVuSans ttf file, as well as adding the bolded version, which
is used in a few spots.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index 9b8eab70..6d8a94d4 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -33,6 +33,7 @@ class SpeechBubble : public Window SpeechBubble(); + void setName(const std::string &name); void setText(std::string mText); void setLocation(int x, int y); unsigned int getNumRows(); |