Home
last modified time | relevance | path

Searched refs:FontWrapper (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilesdl.h144 class FontWrapper; variable
208 FontWrapper* get_crt_font() const { return m_crt_font; } in get_crt_font()
209 FontWrapper* get_msg_font() const { return m_msg_font; } in get_msg_font()
211 FontWrapper* get_tip_font() const { return m_tip_font; } in get_tip_font()
212 FontWrapper* get_lbl_font() const { return m_lbl_font; } in get_lbl_font()
284 FontWrapper *font;
287 FontWrapper* m_crt_font = nullptr;
288 FontWrapper* m_msg_font = nullptr;
289 FontWrapper* m_stat_font = nullptr;
290 FontWrapper* m_tip_font = nullptr;
[all …]
H A Dtilereg.h70 class FontWrapper; variable
77 TileRegionInit(ImageManager *_im, FontWrapper *_font, int _tx, int _ty) : in TileRegionInit()
82 FontWrapper *tag_font;
95 FontWrapper *m_tag_font;
H A Dtilereg-text.h9 TextRegion(FontWrapper *font_arg);
54 FontWrapper &font() const;
62 FontWrapper *m_font;
H A Dtilebuf.h8 class FontWrapper; variable
52 FontBuffer(FontWrapper *font);
55 FontWrapper &get_font_wrapper();
57 FontWrapper *m_font;
H A Dtilefont.h12 class FontWrapper
18 static FontWrapper *create();
20 virtual ~FontWrapper() {} in ~FontWrapper()
H A Dtilereg-doll.h11 DollEditRegion(ImageManager *im, FontWrapper *font);
38 FontWrapper *m_font;
H A Dtilereg-crt.h19 CRTRegion(FontWrapper *font_arg);
H A Dtilereg-stat.h10 StatRegion(FontWrapper *font_arg);
H A Dtilereg-msg.h9 MessageRegion(FontWrapper *font_arg);
H A Dtilereg-crt.cc12 CRTRegion::CRTRegion(FontWrapper *font_arg) : TextRegion(font_arg) in CRTRegion()
H A Dtilereg-text.cc20 TextRegion::TextRegion(FontWrapper *font_arg) : in TextRegion()
37 FontWrapper &TextRegion::font() const in font()
H A Dtilereg-stat.cc11 StatRegion::StatRegion(FontWrapper *font_arg) : TextRegion(font_arg) in StatRegion()
H A Dtilebuf.cc88 FontBuffer::FontBuffer(FontWrapper *font) : in FontBuffer()
107 FontWrapper &FontBuffer::get_font_wrapper() in get_font_wrapper()
H A Dtilereg-msg.cc15 MessageRegion::MessageRegion(FontWrapper *font_arg) : in MessageRegion()
H A Dloading-screen.cc73 FontWrapper *font = tiles.get_crt_font(); in loading_screen_open()
H A Dfontwrapper-ft.h27 class FTFontWrapper : public FontWrapper
H A Dui.h759 void set_font(FontWrapper *font);
798 FontWrapper *m_font;
1100 void set_font(FontWrapper *font);
1205 FontWrapper *m_font;
H A Dtilesdl.cc435 FontWrapper* TilesFramework::load_font(const char *font_file, int font_size, in load_font()
445 FontWrapper *font = FontWrapper::create(); in load_font()
H A Dfontwrapper-ft.cc58 FontWrapper* FontWrapper::create() in create()
H A Dtilereg-doll.cc18 DollEditRegion::DollEditRegion(ImageManager *im, FontWrapper *font) : in DollEditRegion()
/dports/graphics/piddle/piddle-1.0.15/src/piddle/
H A DpiddleGL.py288 return FontWrapper(font).stringWidth(s)
292 return FontWrapper(font).fontHeight(s)
297 return FontWrapper(font).fontHeight(s)*.8
302 return FontWrapper(font).fontHeight(s)
307 return FontWrapper(font).fontHeight(s)*.2
321 self._lists.append(FontWrapper(font).render, (s, angle), {})
330 class FontWrapper(MyGLTTFont): class
386 return FontWrapper
554 FontWrapper = firstTry()
558 FontWrapper = secondTry()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/components/widgets/
H A Dbox.hpp14 class Button : public FontWrapper<MyGUI::Button>
19 class TextBox : public FontWrapper<MyGUI::TextBox>
24 class EditBox : public FontWrapper<MyGUI::EditBox>
H A Dnumericeditbox.hpp14 class NumericEditBox final : public FontWrapper<MyGUI::EditBox>
H A Dfontwrapper.hpp11 class FontWrapper : public T class
H A Dsharedstatebutton.hpp16 class SharedStateButton final : public FontWrapper<MyGUI::Button>

12