You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pick a font name and fill out the HEADER and TRAILER font defines below.
Put "*" (ie. stars) where there are zeros except for the x-pitch.
x-pitch is the third zero in the example above.
Can't seem to find a scalable font that is consistent across Linux platforms!
*/
Font names are dated in the file fbr.h edit as follows:
/*
-bitstream-bitstream charter-bold-r-normal--0-0-0-0-p-0-adobe-standard
Pick a font name and fill out the HEADER and TRAILER font defines below.
Put "*" (ie. stars) where there are zeros except for the x-pitch.
x-pitch is the third zero in the example above.
Can't seem to find a scalable font that is consistent across Linux platforms!
*/
#if 0
// centos
#define BASE_FONT_HEADER "-adobe-utopia-bold-r-normal--",
#define BASE_FONT_TRAILER "--p--iso10646-1",
#else
// Ubuntu
#define BASE_FONT_HEADER "-bitstream-bitstream charter-bold-r-normal--",
#define BASE_FONT_TRAILER "--p--adobe-standard",
#endif
static String fallback_resources[] =
{
"*defaultFontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"*font24: " BASE_FONT_HEADER "-240-" BASE_FONT_TRAILER
"*font18: " BASE_FONT_HEADER "-180-" BASE_FONT_TRAILER
"*font14: " BASE_FONT_HEADER "-140-" BASE_FONT_TRAILER
"*font12: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"*font10: " BASE_FONT_HEADER "-100-" BASE_FONT_TRAILER
"plRCfontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"controlFormfontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"printParmsRCfontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"specOptFormfontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"editSpecShellfontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"*asciiText.fontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"*headerText.fontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
"*statsText.fontList: " BASE_FONT_HEADER "-120-" BASE_FONT_TRAILER
The text was updated successfully, but these errors were encountered: