#include <cstring>
#include <cstdlib>
#include <cctype>
#include "TGHtml.h"
#include "TImage.h"
#include "TVirtualX.h"
#include "snprintf.h"
Functions | |
static int * | GetCoords (const char *str, int *nptr) |
Returns coordinates of string str. | |
static void | ScaleFont (SHtmlStyle_t *pStyle, int delta) |
Change the font size on the given style by the delta-amount given. | |
Returns coordinates of string str.
Definition at line 167 of file TGHtmlSizer.cxx.
|
static |
Change the font size on the given style by the delta-amount given.
Definition at line 128 of file TGHtmlSizer.cxx.