ROOT  6.06/09
Reference Guide
Functions
TGHtmlSizer.cxx File Reference
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "TGHtml.h"
#include "TImage.h"
+ Include dependency graph for TGHtmlSizer.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

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

Returns coordinates of string str.

Definition at line 165 of file TGHtmlSizer.cxx.

Referenced by TGHtml::AddStyle().

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 126 of file TGHtmlSizer.cxx.

Referenced by TGHtml::AddStyle().