DynaPDF Manual - Page 480

Previous Page 479   Index   Next Page 481

Function Reference
Page 480 of 839
enable the calculation of the text position the matrix must be multiplied
with the matrix ctm.
x, y
These members are no longer used. All positioning operators are already
included in the text transformation matrix tm.
FontSize
The font size measured in text space used to display the text. The value
must be transformed to user space to determine the visible font size (see
descption below).
FillCS
This is the current color space in which the color value of FillColor is
defined. If ConvColor is set to true (default) the value is always equal to
DestSpace. If ConvColor is set to false the fill color is still returned in a
device color space but the color space can be changed arbitrary often.
Colors of complex color spaces, such as Separation or DeviceN, are always
converted into the alternate color space. If the original or alternate color
space is an ICC based color space the color value is returned as is and the
color space is set depending on the number of components. The ICC
profile is not invoked to calculate the color value in the device color space.
Future versions of DynaPDF maybe use the ICC profile to convert the
color into device color space.
StrokeCS
This is the current color space in which the color value of StrokeColor is
defined. The color space is set in an identical manner like FillCS.
FillColor
The fill color represents the text color if the text draw mode is dmNormal.
Depending on the draw mode the fill and stroke color can be invoked to
render the text.
StrokeColor
The stroke color can be ignored if the text draw mode is not dmStroke,
dmFillStroke, dmStrokeClip or dmFillStrokeClip since it is then not used
to render the text.
CIDFont
If true, a CID font is used to render the text. It is not possible to replace a
text with ReplacePageText() in this case. However, it is still possible to delete
the text. If the text should be replaced use either ReplacePageTextEx() or
WriteTextMatrixEx().
DrawMode
The draw mode used to render the text. See SetTextDrawMode() for further
information.
Leading
The leading is already included in the text transformation matrix tm. The
 

Previous topic: GetPageObject (Rendering Engine), GetPageOrientation (Rendering Engine), GetPageText

Next topic: External CMaps, Order of Text records