|
@@ -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;
|
|
|
|
|