Home
last modified time | relevance | path

Searched refs:CGUIFont (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIFont.cpp53 CGUIFont::CGUIFont(const std::string& strFontName, in CGUIFont() function in CGUIFont
73 CGUIFont::~CGUIFont() in ~CGUIFont()
79 std::string& CGUIFont::GetFontName() in GetFontName()
213 wchar_t CGUIFont::RemapGlyph(wchar_t letter) in RemapGlyph()
239 float CGUIFont::GetCharWidth( character_t ch ) in GetCharWidth()
252 float CGUIFont::GetTextBaseLine() const in GetTextBaseLine()
258 float CGUIFont::GetLineHeight() const in GetLineHeight()
264 float CGUIFont::GetScaleFactor() const in GetScaleFactor()
270 void CGUIFont::Begin() in Begin()
276 void CGUIFont::End() in End()
[all …]
H A DGUITextLayout.h24 class CGUIFont; variable
55 …CGUITextLayout(CGUIFont *font, bool wrap, float fHeight=0.0f, CGUIFont *borderFont = NULL); // th…
104 …static void DrawText(CGUIFont *font, float x, float y, UTILS::Color color, UTILS::Color shadowColo…
123 void SetMonoFont(CGUIFont* font) { m_monoFont = font; } in SetMonoFont()
134 CGUIFont *m_font; // has style, colour info
135 CGUIFont *m_borderFont; // only used for outlined text
136 CGUIFont* m_monoFont = nullptr; //!< Mono-space font to use
137 CGUIFont* m_varFont; //!< Varible-space font to use
H A DGUIFontManager.h25 class CGUIFont; variable
57CGUIFont* LoadTTF(const std::string& strFontName, const std::string& strFilename, UTILS::Color tex…
58 CGUIFont* GetFont(const std::string& strFontName, bool fallback = true);
64 CGUIFont* GetDefaultFont(bool border = false);
81 std::vector<CGUIFont*> m_vecFonts;
H A DGUIFontManager.cpp96 CGUIFont* pFont = GetFont(strFontName, false); in LoadTTF()
162CGUIFont *pNewFont = new CGUIFont(strFontName, iStyle, textColor, shadowColor, lineSpacing, (float… in LoadTTF()
218 CGUIFont* font = m_vecFonts[i]; in ReloadTTFFonts()
250 …for (std::vector<CGUIFont*>::iterator iFont = m_vecFonts.begin(); iFont != m_vecFonts.end(); ++iFo… in Unload()
286 CGUIFont* GUIFontManager::GetFont(const std::string& strFontName, bool fallback /*= true*/) in GetFont()
290 CGUIFont* pFont = m_vecFonts[i]; in GetFont()
300 CGUIFont* GUIFontManager::GetDefaultFont(bool border) in GetDefaultFont()
304 CGUIFont *font13border = NULL; in GetDefaultFont()
307 CGUIFont* font = m_vecFonts[i]; in GetDefaultFont()
325 CGUIFont *font13 = m_vecFonts[font13index]; in GetDefaultFont()
[all …]
H A DGUIFont.h104 class CGUIFont
107 CGUIFont(const std::string& strFontName,
114 virtual ~CGUIFont();
H A DGUILabel.h60 CGUIFont *font;
H A DGUITextLayout.cpp32 CGUITextLayout::CGUITextLayout(CGUIFont *font, bool wrap, float fHeight, CGUIFont *borderFont) in CGUITextLayout()
656 void CGUITextLayout::DrawText(CGUIFont *font, float x, float y, UTILS::Color color, UTILS::Color sh… in DrawText()
H A DGUIFontTTF.h69 friend class CGUIFont; variable
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIFont.cpp21 CGUIFont::CGUIFont(IGUIEnvironment *env, const io::path& filename) in CGUIFont() function in irr::gui::CGUIFont
49 CGUIFont::~CGUIFont() in ~CGUIFont()
66 bool CGUIFont::load(io::IXMLReader* xml) in load()
201 void CGUIFont::setMaxHeight() in setMaxHeight()
222 bool CGUIFont::load(io::IReadFile* file) in load()
233 bool CGUIFont::load(const io::path& filename) in load()
380 void CGUIFont::setKerningWidth(s32 kerning) in setKerningWidth()
406 void CGUIFont::setKerningHeight(s32 kerning) in setKerningHeight()
413 s32 CGUIFont::getKerningHeight () const in getKerningHeight()
420 u32 CGUIFont::getSpriteNoFromChar(const wchar_t *c) const in getSpriteNoFromChar()
[all …]
H A DCGUIFont.h32 class CGUIFont : public IGUIFontBitmap
37 CGUIFont(IGUIEnvironment* env, const io::path& filename);
40 virtual ~CGUIFont();
H A DCGUIEnvironment.cpp1410 CGUIFont* font = new CGUIFont(this, filename); in getFont()
1442 CGUIFont* font = new CGUIFont(this, f.NamedPath.getPath() ); in getFont()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUIFont.cpp21 CGUIFont::CGUIFont(IGUIEnvironment *env, const io::path& filename) in CGUIFont() function in irr::gui::CGUIFont
49 CGUIFont::~CGUIFont() in ~CGUIFont()
66 bool CGUIFont::load(io::IXMLReader* xml) in load()
201 void CGUIFont::setMaxHeight() in setMaxHeight()
222 bool CGUIFont::load(io::IReadFile* file) in load()
233 bool CGUIFont::load(const io::path& filename) in load()
380 void CGUIFont::setKerningWidth(s32 kerning) in setKerningWidth()
406 void CGUIFont::setKerningHeight(s32 kerning) in setKerningHeight()
413 s32 CGUIFont::getKerningHeight () const in getKerningHeight()
420 u32 CGUIFont::getSpriteNoFromChar(const wchar_t *c) const in getSpriteNoFromChar()
[all …]
H A DCGUIFont.h32 class CGUIFont : public IGUIFontBitmap
37 CGUIFont(IGUIEnvironment* env, const io::path& filename);
40 virtual ~CGUIFont();
H A DCGUIEnvironment.cpp173 CGUIFont* font = new CGUIFont(this, DefaultFontName ); in loadBuiltInFont()
1435 CGUIFont* font = new CGUIFont(this, filename); in getFont()
1467 CGUIFont* font = new CGUIFont(this, f.NamedPath.getPath() ); in getFont()
H A DSConstruct48 …', 'CGUIEditBox.cpp', 'CGUIEnvironment.cpp', 'CGUIFileOpenDialog.cpp', 'CGUIFont.cpp', 'CGUIImage.…
H A DMakefile50 … CGUIContextMenu.o CGUIEditBox.o CGUIEnvironment.o CGUIFileOpenDialog.o CGUIFont.o CGUIImage.o CGU…
H A DIrrlicht.dev763 FileName=CGUIFont.cpp
773 FileName=CGUIFont.h
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogKeyboardGeneric.h18 class CGUIFont; variable
85 CGUIFont *m_listfont = nullptr;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIWindowDebugInfo.cpp85 CGUIFont *font13 = g_fontManager.GetDefaultFont(); in Process()
86 CGUIFont *font13border = g_fontManager.GetDefaultFont(true); in Process()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/
H A DOverlayRendererGUI.cpp63 CGUIFont *subtitle_font = g_fontManager.LoadTTF(fontcache in GetFontLayout()
70 CGUIFont *border_font = g_fontManager.LoadTTF(fontbordercache in GetFontLayout()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DGUIWindowSlideShow.cpp935 CGUIFont *pFont = static_cast<const CGUILabelControl*>(control)->GetLabelInfo().font; in RenderErrorMessage()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/MacOSX/MacOSX.xcodeproj/
H A Dproject.pbxproj417 …4C53E48E0A4856B30014E966 /* CGUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C53DF3C0A…
886 …95972A8912C192DA00BF73D3 /* CGUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C53DF3C0A…
1644 …14E966 /* CGUIFont.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = source…
1645 …D0A484C230014E966 /* CGUIFont.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
2616 4C53DF3C0A484C230014E966 /* CGUIFont.cpp */,
2617 4C53DF3D0A484C230014E966 /* CGUIFont.h */,
4807 95972A8912C192DA00BF73D3 /* CGUIFont.cpp in Sources */,
5227 4C53E48E0A4856B30014E966 /* CGUIFont.cpp in Sources */,
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/MacOSX/MacOSX.xcodeproj/
H A Dproject.pbxproj417 …4C53E48E0A4856B30014E966 /* CGUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C53DF3C0A…
886 …95972A8912C192DA00BF73D3 /* CGUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C53DF3C0A…
1644 …14E966 /* CGUIFont.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = source…
1645 …D0A484C230014E966 /* CGUIFont.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
2616 4C53DF3C0A484C230014E966 /* CGUIFont.cpp */,
2617 4C53DF3D0A484C230014E966 /* CGUIFont.h */,
4810 95972A8912C192DA00BF73D3 /* CGUIFont.cpp in Sources */,
5230 4C53E48E0A4856B30014E966 /* CGUIFont.cpp in Sources */,