Compilation fix for fpvectorial

git-svn-id: trunk@33180 -
This commit is contained in:
sekelsenmat 2011-10-30 16:46:43 +00:00
parent fb8a2a5c4b
commit c7cd777175
2 changed files with 3 additions and 3 deletions

View File

@ -915,7 +915,7 @@ begin
PosY := PosY - DOC_OFFSET.Y;
//
AData.AddText(PosX, PosY, '', Round(FontSize), Str);
AData.AddText(PosX, PosY, 0, '', Round(FontSize), Str);
end;
{.$define FPVECTORIALDEBUG_LWPOLYLINE}
@ -1140,7 +1140,7 @@ begin
PosY := PosY - DOC_OFFSET.Y;
//
AData.AddText(PosX, PosY, '', Round(FontSize), Str);
AData.AddText(PosX, PosY, 0, '', Round(FontSize), Str);
end;
procedure TvDXFVectorialReader.ReadENTITIES_POINT(ATokens: TDXFTokens;

View File

@ -11,7 +11,7 @@ AUTHORS: Felipe Monteiro de Carvalho
}
unit fpvutils;
{.$define USE_LCL_CANVAS}
{$define USE_LCL_CANVAS}
{.$define FPVECTORIAL_BEZIERTOPOINTS_DEBUG}
{$ifdef fpc}