Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Framework » PDF - images in body / underlining 'label'
Re: PDF - images in body / underlining 'label' [message #7309 is a reply to message #7308] Thu, 27 June 2019 05:16 Go to previous messageGo to previous message
htManager is currently offline  htManager
Messages: 427
Registered: May 2014
Senior Member
2) If I understand right as explained in RADICORE for PHP - creating PDF output, I can change the border of the head with ['name']['font']['border'] with the value 'B' for showing only the bottom lines. But I only can change the colour of the lines. They were always shown all (L,R,T,B). Here is my pdf.style.inc record:

// column headings Kontakte for LIST view
$style['hdg_kontakte']['font'] = array('family' => 'Times', // Courier, Helvetica, Times
'style' => '', // blank=Regular, B=Bold, I=Italic, U=Underline
'size' => 9, // size in points
'height' => 5, // line height in units
'draw' => .3, // width of drawn lines
'border' => 'B', // position of border lines
'halign' => 'left'); // horizontal text alignment (left, right, center)

$style['hdg_kontakte']['fillcolour'] = array(255,255,255); // colour for background
$style['hdg_kontakte']['textcolour'] = array(0,0,0); // colour for foreground
$style['hdg_kontakte']['drawcolour'] = array(0,0,0); // colour for line drawing

Did I forget something?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CSRF check failed
Next Topic: Key values change after popup call
Goto Forum:
  


Current Time: Thu Sep 12 07:47:42 EDT 2024

Total time taken to generate the page: 0.01006 seconds