#include "global.h"#include "basestrm.h"#include "palette.h"Include dependency graph for newfont.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | lefttext 0 |
| #define | centertext 1 |
| #define | righttext 2 |
Typedefs | |
| typedef char | charr [49] |
| typedef signed char | tkerning [101][101] |
| typedef char | tkernchartable [256] |
| typedef tfont * | pfont |
Functions | |
| void | expand (void *p1, void *q1, int size) |
| void | showtext2 (const ASCString &TextToOutput, int x1, int x2) |
| void | showtext2c (const ASCString &TextToOutput, int x1, int x2) |
| pfont | loadfont (pnstream stream) |
| void | showtext4 (const char *TextToOutput, int x1, int y1,...) |
| void | showtext4c (const char *TextToOutput, int x1, int y1,...) |
| void | showtext3 (const char *txt, int xpos, int ypos) |
| void | showtext3c (const char *txt, int xpos, int ypos) |
| int | gettextwdth (const char *txt, pfont font) |
| void | shrinkfont (pfont font, int diff) |
| char * | int2string (int i, char *buf) |
Variables | |
| tfontsettings | activefontsettings |
| const char * | fontid |
|
|
Definition at line 178 of file newfont.h. Referenced by tdialogbox::disablebutton(), tdialogbox::enablebutton(), tchoice_dlg::init(), tdialogbox::redraw(), showtext3(), showtext3c(), and tshowhistorypaintstat(). |
|
|
|
Definition at line 179 of file newfont.h. Referenced by tplayerchange::anzeige(), tresearchinfo::init(), showtext3(), showtext3c(), and tshowhistorypaintstat(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 53 of file newfont.cpp. Referenced by loadfont(). |
|
||||||||||||
|
Definition at line 215 of file newfont.cpp. References tfont::character, tfontsettings::font, tfont::kerning, and tcharacter::width. Referenced by tviewtext::displaysingleline(), tviewtext::displaytext(), tdialogbox::gettextwdth_stredit(), tchoice_dlg::init(), tdisplaymessage::init(), int2string(), tdialogbox::intedit(), tdialogbox::lne(), tdialogbox::rahmen3(), showtext3(), and showtext3c(). |
|
||||||||||||
|
Definition at line 446 of file newfont.cpp. References digit, gettextwdth(), itoa(), tfontsettings::length, and strrr(). |
|
|
||||||||||||||||
|
||||||||||||||||
|
Definition at line 2129 of file basegfx.cpp. References showtext(). Referenced by showtext3c(), and showtext4c(). |
|
||||||||||||||||
|
Definition at line 244 of file newfont.cpp. References tfontsettings::background, centertext, tfontsettings::color, gettextwdth(), tfontsettings::justify, lefttext, tfontsettings::length, tfontsettings::markcolor, npop, npush, righttext, s2, s3, and showtext2(). Referenced by tdialogbox::enablebutton(). |
|
||||||||||||||||
|
Definition at line 335 of file newfont.cpp. References tfontsettings::background, centertext, tfontsettings::font, gettextwdth(), tfontsettings::justify, lefttext, tfontsettings::length, tfontsettings::markfont, npop, npush, righttext, s2, s3, and showtext2c(). Referenced by infomessage(). |
|
||||||||||||||||||||
|
Definition at line 414 of file newfont.cpp. References showtext2(). |
|
||||||||||||||||||||
|
Definition at line 426 of file newfont.cpp. References showtext2c(). |
|
||||||||||||
|
Definition at line 204 of file newfont.cpp. References tfont::character, tfont::kerning, and tcharacter::size. Referenced by loaddata(). |
|
|
|
Definition at line 45 of file newfont.cpp. Referenced by loadfont(). |
1.4.2