From b99460b47145de0ebbd1b9e6effe71cf91c056ec Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 24 Apr 2010 00:21:33 +0000 Subject: removed "strict protected/private" git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2296 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UFont.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/UFont.pas b/src/base/UFont.pas index 72b1d8d8..79873272 100644 --- a/src/base/UFont.pas +++ b/src/base/UFont.pas @@ -451,7 +451,7 @@ type * Freetype font face class. *} TFTFontFace = class - strict private + private fFilename: IPath; //**< filename of the font-file fFace: FT_Face; //**< Holds the height of the font fFontUnitScale: TPositionDbl; //**< FT font-units to pixel ratio @@ -544,7 +544,7 @@ type private procedure ResetIntern(); - strict protected + protected fFace: TFTFontFace; //**< Default font face fSize: integer; //**< Font base size (in pixels) fOutset: single; //**< size of outset extrusion (in pixels) -- cgit v1.2.3