Procedural File: graphics.inc.php
Source Location: /graphics.inc.php
Classes:
Layout
Layout encapsulation to allow any component to hold
Font
Font encapsulation
Pen
Pen encapsulation
Brush
Brush class
Canvas
Canvas class
Page Details:
Tags:
ABS_XY_LAYOUT [line 54]
caCapitalize [line 38]
caLowerCase [line 40]
caNone [line 41]
caUpperCase [line 39]
COL_LAYOUT [line 57]
FLOW_LAYOUT [line 52]
fsItalic [line 35]
fsNormal [line 34]
fsOblique [line 36]
GRIDBAG_LAYOUT [line 55]
psDash [line 46]
psDashDot [line 47]
psDashDotDot [line 48]
psDot [line 49]
psSolid [line 50]
ROW_LAYOUT [line 56]
taCenter [line 30]
taJustify [line 32]
taLeft [line 29]
taNone [line 28]
taRight [line 31]
vaNormal [line 43]
vaSmallCaps [line 44]
XY_LAYOUT [line 53]
ColorFromHex [line 834]
void ColorFromHex(
$img, $hexColor)
|
|
Create color based on HEX RGB mask mask can be prefixed with #
Parameters
CreatePenStyle [line 845]
void CreatePenStyle(
$img, $penStyle, $baseColor, $bgColor)
|
|
Create Pen based on PenStyle
Parameters
|
$img |
|
|
$penStyle |
|
|
$baseColor |
|
|
$bgColor |
|
|