mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
tuxtxt: disable unused defines for alternative fonts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f6ba14875
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Origin message was:
------------------
- tuxtxt: disable unused defines for alternative fonts
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -76,9 +76,11 @@ extern int tuxtxt_get_zipsize(int p, int sp);
|
||||
/* fonts */
|
||||
#define TUXTXTTTF FONTDIR "/tuxtxt.ttf"
|
||||
#define TUXTXTOTB FONTDIR "/tuxtxt.otb"
|
||||
#if 0
|
||||
/* alternative fontdir */
|
||||
#define TUXTXTTTFVAR "/var/tuxtxt/tuxtxt.ttf"
|
||||
#define TUXTXTOTBVAR "/var/tuxtxt/tuxtxt.otb"
|
||||
#define TUXTXTTTFVAR FONTDIR_VAR "/tuxtxt.ttf"
|
||||
#define TUXTXTOTBVAR FONTDIR_VAR "/tuxtxt.otb"
|
||||
#endif
|
||||
|
||||
int TTFWidthFactor16, TTFHeightFactor16, TTFShiftX, TTFShiftY; /* parameters for adapting to various TTF fonts */
|
||||
int fontheight, fontwidth, fontwidth_normal, fontwidth_small, fontwidth_topmenumain, fontwidth_topmenusmall, ascender;
|
||||
|
Reference in New Issue
Block a user