mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
Fixes a spelling mistake in TFPCustomFont
git-svn-id: trunk@23411 -
This commit is contained in:
parent
fe520c215b
commit
0921df3191
@ -102,7 +102,7 @@ type
|
||||
property Bold : boolean index 5 read GetFlags write SetFlags;
|
||||
property Italic : boolean index 6 read GetFlags write SetFlags;
|
||||
property Underline : boolean index 7 read GetFlags write SetFlags;
|
||||
property StrikeTrough : boolean index 8 read GetFlags write SetFlags;
|
||||
property StrikeThrough : boolean index 8 read GetFlags write SetFlags;
|
||||
property Orientation: Integer read GetOrientation write SetOrientation default 0;
|
||||
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user