source: PrintPreview/PrintPreview.lpk

Last change on this file was 455, checked in by chronos, 11 years ago
  • Modified: PrintPreview should use TVectorCanvas instead of raster TCanvas dependent on DPI of printer. But some font function as TextWidth and TextHeight cannot be easily implemented without use of OS API.
File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="PrintPreview"/>
6 <AddToProjectUsesSection Value="True"/>
7 <Author Value="Chronos (robie@centrum.cz)"/>
8 <CompilerOptions>
9 <Version Value="11"/>
10 <PathDelim Value="\"/>
11 <SearchPaths>
12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13 </SearchPaths>
14 <Other>
15 <CompilerPath Value="$(CompPath)"/>
16 </Other>
17 </CompilerOptions>
18 <Description Value="Print preview component"/>
19 <License Value="GNU/GPL"/>
20 <Version Minor="1"/>
21 <Files Count="2">
22 <Item1>
23 <Filename Value="UPrintPreview.pas"/>
24 <HasRegisterProc Value="True"/>
25 <UnitName Value="UPrintPreview"/>
26 </Item1>
27 <Item2>
28 <Filename Value="UVectorCanvas.pas"/>
29 <UnitName Value="UVectorCanvas"/>
30 </Item2>
31 </Files>
32 <i18n>
33 <EnableI18N Value="True"/>
34 <OutDir Value="languages"/>
35 </i18n>
36 <Type Value="RunAndDesignTime"/>
37 <RequiredPkgs Count="4">
38 <Item1>
39 <PackageName Value="fpvectorialpkg"/>
40 </Item1>
41 <Item2>
42 <PackageName Value="Printer4Lazarus"/>
43 </Item2>
44 <Item3>
45 <PackageName Value="LCL"/>
46 </Item3>
47 <Item4>
48 <PackageName Value="FCL"/>
49 <MinVersion Major="1" Valid="True"/>
50 </Item4>
51 </RequiredPkgs>
52 <UsageOptions>
53 <UnitPath Value="$(PkgOutDir)"/>
54 </UsageOptions>
55 <PublishOptions>
56 <Version Value="2"/>
57 </PublishOptions>
58 </Package>
59</CONFIG>
Note: See TracBrowser for help on using the repository browser.