MCPcopy Create free account
hub / github.com/ddnet/ddnet / SetFontPreset

Method SetFontPreset

src/engine/client/text.cpp:681–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 }
680
681 void SetFontPreset(EFontPreset FontPreset)
682 {
683 switch(FontPreset)
684 {
685 case EFontPreset::DEFAULT_FONT:
686 m_SelectedFace = nullptr;
687 break;
688 case EFontPreset::ICON_FONT:
689 m_SelectedFace = m_IconFace;
690 break;
691 }
692 }
693
694 void Clear()
695 {

Callers 15

DoEditBox_SearchMethod · 0.45
DoButton_MenuMethod · 0.45
DoButton_FontIconMethod · 0.45
RenderStartMenuMethod · 0.45
RenderSpectatorCountMethod · 0.45
RenderSpectatorHudMethod · 0.45
RenderSettingsCustomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected