mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
neutrinofonts: introduce fixed (non user scalable) fonts
Origin commit data
------------------
Branch: ni/coolstream
Commit: c9403a04f3
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-08 (Fri, 08 Mar 2019)
Origin message was:
------------------
- neutrinofonts: introduce fixed (non user scalable) fonts
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -69,11 +69,13 @@ NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
|
||||
class FBFontRenderClass;
|
||||
NEUTRINO_CPP FBFontRenderClass *g_fontRenderer;
|
||||
NEUTRINO_CPP FBFontRenderClass *g_fixedFontRenderer;
|
||||
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_FixedFont[SNeutrinoSettings::FONT_TYPE_FIXED_COUNT];
|
||||
NEUTRINO_CPP Font * g_SignalFont;
|
||||
NEUTRINO_CPP Font * g_ShellFont;
|
||||
|
||||
|
Reference in New Issue
Block a user