mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
neutrinofonts: allow monospaced font for shellwindow widget
Font is initialized at runtime and uses FONTDIR_VAR "/shell.ttf" or FONTDIR "/shell.ttf"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 721300f60b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-27 (Sat, 27 Jan 2018)
Origin message was:
------------------
- neutrinofonts: allow monospaced font for shellwindow widget
Font is initialized at runtime and uses FONTDIR_VAR "/shell.ttf" or FONTDIR "/shell.ttf"
------------------
This commit was generated by Migit
This commit is contained in:
@@ -70,10 +70,12 @@ NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
class FBFontRenderClass;
|
||||
NEUTRINO_CPP FBFontRenderClass *g_fontRenderer;
|
||||
NEUTRINO_CPP FBFontRenderClass *g_dynFontRenderer;
|
||||
NEUTRINO_CPP FBFontRenderClass *g_shellFontRenderer;
|
||||
|
||||
class Font;
|
||||
NEUTRINO_CPP Font * g_Font[SNeutrinoSettings::FONT_TYPE_COUNT];
|
||||
NEUTRINO_CPP Font * g_SignalFont;
|
||||
NEUTRINO_CPP Font * g_ShellFont;
|
||||
|
||||
class CRCInput;
|
||||
NEUTRINO_CPP CRCInput *g_RCInput;
|
||||
|
Reference in New Issue
Block a user