fpvectorial: Small rename in font properties in TvText

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1567 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-04-13 08:25:52 +00:00
parent 9e2f90802b
commit dd4905017b

View File

@ -139,10 +139,10 @@ type
TvText = class
public
X, Y, Z: Double; // Z is ignored in 2D formats
Value: utf8string;
FontColor: TvColor;
FontSize: integer;
FontName: utf8string;
Value: utf8string;
Color: TvColor;
end;
{@@