Logo ROOT  
Reference Guide
TGHtmlSizer.cxx File Reference
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "TGHtml.h"
#include "TImage.h"
#include "TVirtualX.h"
Include dependency graph for TGHtmlSizer.cxx:

Functions

static intGetCoords (const char *str, int *nptr)
 Returns coordinates of string str. More...
 
static void ScaleFont (SHtmlStyle_t *pStyle, int delta)
 Change the font size on the given style by the delta-amount given. More...
 

Function Documentation

◆ GetCoords()

static int * GetCoords ( const char *  str,
int nptr 
)
static

Returns coordinates of string str.

Definition at line 166 of file TGHtmlSizer.cxx.

◆ ScaleFont()

static void ScaleFont ( SHtmlStyle_t pStyle,
int  delta 
)
static

Change the font size on the given style by the delta-amount given.

Definition at line 127 of file TGHtmlSizer.cxx.