PHP ps_get_value function
Like this blog? Consider exploring one of our sponsored banner ads...
ps_get_value
(PECL)
ps_get_value — Gets certain valuesDescriptionfloat ps_get_value ( resource psdoc, string name [, float modifier] )Gets several values which were set by
ps_set_value(). Values are by definition float values.
The parameter name can have the following values.
fontsize
The size of the currently active font or the font whose
identifier is passed in parameter modifier.
The currently active font itself.
The width of the image whose id is passed in the parameter
modifier.
The height of the image whose id is passed in the parameter
modifier.
The height of a capital M in the currently active font or the font
whose identifier is passed in parameter
modifier.
The ascender of the currently active font or the font
whose identifier is passed in parameter
modifier.
The descender of the currently active font or the font
whose identifier is passed in parameter
modifier.
The italicangle of the currently active font or the font
whose identifier is passed in parameter
modifier.
The underlineposition of the currently active font or the font
whose identifier is passed in parameter
modifier.
The underlinethickness of the currently active font or the font
whose identifier is passed in parameter
modifier.
The current x-position for text output.
The current y-position for text output.
The current mode for text rendering.
The space by which text is risen above the base line.
The distance between text lines in points.
The space between words as a multiple of the width of a space char.
The space between chars. If charspacing is != 0.0 ligatures will
always be dissolved.
Minimum number of chars hyphenated at the end of a word.
Indention of the first n line in a paragraph.
Number of line in a paragraph to indent if parindent != 0.0.
Distance between paragraphs.
Overall space in front of each line for the line number.
Space between the line and the line number.
The major version number of pslib.
The minor version number of pslib.
The subminor version number of pslib.
Parameters
psdoc
Resource identifier of the postscript file
as returned by ps_new().
Name of the value.
The parameter modifier specifies the resource
for which the value is to be retrieved. This can be the id of a font or
an image.
Return Values
Returns the value of the parameter or FALSE.
ps_set_value()
About this entry
You’re currently reading “PHP ps_get_value function,” an entry on BRADINO
- Published:
- 2.26.07 / 12am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]