#include <string.h>#include <stdlib.h>#include <ctype.h>#include "TGHtml.h"#include "TImage.h"Go to the source code of this file.
Functions | |
| static void | ScaleFont (SHtmlStyle_t *pStyle, int delta) |
| static int * | GetCoords (const char *str, int *nptr) |
| static int* GetCoords | ( | const char * | str, | |
| int * | nptr | |||
| ) | [static] |
Definition at line 163 of file TGHtmlSizer.cxx.
References i, int, n, and strtol().
Referenced by TGHtml::AddStyle().
| static void ScaleFont | ( | SHtmlStyle_t * | pStyle, | |
| int | delta | |||
| ) | [static] |
Definition at line 124 of file TGHtmlSizer.cxx.
References SHtmlStyle_t::fFont, FontSize, and size.
Referenced by TGHtml::AddStyle().
1.5.1