mattias 1 year ago
parent
commit
e3622320e6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/base/fresnel.classes.pas

+ 3 - 3
src/base/fresnel.classes.pas

@@ -46,7 +46,7 @@ const
   MaxFresnelLength = TFresnelLength(high(longint));
   MaxFresnelLength = TFresnelLength(high(longint));
 
 
 const
 const
-  FresnelCSSFormatSettings: TFormatSettings = (
+  FresnelCSSFormatSettings: TFormatSettings = ( // todo: use fpCSSTree.CSSFormatSettings
     CurrencyFormat: 1;
     CurrencyFormat: 1;
     NegCurrFormat: 5;
     NegCurrFormat: 5;
     ThousandSeparator: ',';
     ThousandSeparator: ',';
@@ -174,8 +174,8 @@ type
   TFLComponent = TFresnelComponent;
   TFLComponent = TFresnelComponent;
 
 
 
 
-function FloatToCSSStr(const f: TFresnelLength): string;
-function CSSStrToFloat(const s: string; out l: TFresnelLength): boolean;
+function FloatToCSSStr(const f: TFresnelLength): string; // todo: use fpCSSParser
+function CSSStrToFloat(const s: string; out l: TFresnelLength): boolean; // todo: use fpCSSParser
 function CompareFresnelPoint(const A, B: TFresnelPoint): integer;
 function CompareFresnelPoint(const A, B: TFresnelPoint): integer;
 function CompareFresnelRect(const A, B: TFresnelRect): integer;
 function CompareFresnelRect(const A, B: TFresnelRect): integer;