Commit 3100288
Feature/pdfnewfontdata (#2313)
* started work on adding embedded fonts in pdf.
* Added more pdf objects for embedding fonts in pdf
* progress embedding fonts
* font embedding progress. making stuff binary.
* Fixed many issues with embedding font. Still some issues left.
* embedding font progress
* fixed t
* fixed issues from develop9
* Removed unused code, added comments and clean up some parts.
* Rich Text added
* Added more text features for embedding fonts.
* Add Columns For Non Wrapped Text
* new gridline system started.
* Vertical Gridlines progress
* gridlines progress.
* need better algo for gridlines.
* Refactoring page layouting
* added
* Improved support for fallbackfonts
* progress
* progress
* Fallbackfonts refactoring
* horizontal gridlines progress
* vertical border progress.
* More work on fallback fonts. Added fallback to Archivo fonts if the primary font is missing
* Fixed some tests
* gridlines appear to work correctly now. Just need some smaller adjustments
* Fixed issue with ttc files
* rewriting page setup started.
* new system works just need some tweaks
* Fallback fonts.
* progress
* progress
* fallback fonts for emojis now work
* Fixed border issues.
* Added headerFooter back
* Added some small fixes liike adjusting cells, removing cells and clipping text,
* added comments
* Fix for strings only containing of fallback fonts. Removed unitPerEm param to GetWidth functions for shaped text
* Added layout: center on vertical and horizontal and page breaks
* Measuring and placing text now happens after shaping.
* Added GetLineHeightInPOints to shapedtext.
* Added toughts for row and column headings
* Added line height for alginging text in cell.
* removed tests
---------
Co-authored-by: swmal <897655+swmal@users.noreply.github.com>
Co-authored-by: swmal <{ID}+username}@users.noreply.github.com>1 parent 28c3dcc commit 3100288
156 files changed
Lines changed: 5765 additions & 3056 deletions
File tree
- src
- EPPlus.Export.Pdf.Tests
- EPPlus.Export.Pdf
- PdfFontData
- PdfLayout
- PdfObjects
- PdfFonts
- PdfFunctions
- PdfPatterns
- PdfShadings
- PdfResources
- PdfSettings
- Pdfhelpers
- Utils/Platform
- EPPlus.Fonts.OpenType.Benchmarks
- EPPlus.Fonts.OpenType.Tests
- FallbackFonts
- Fonts
- Helpers
- Integration
- Reading
- Regression
- Serialization
- Subsetting
- TextShaping
- Validation
- EPPlus.Fonts.OpenType
- FontCache
- FontLocalization
- FontResolver
- Integration
- Resources
- Scanner
- Subsetting
- Tables
- Common/Layout/Features
- Gpos/Data/Lookups/LookupType2
- Gsub
- Name
- TextShaping
- Contextual
- Ligatures
- Positioning
- Substitutions
- TrueTypeMeasurer
- DataHolders
- Utils
- EPPlus.Graphics
- Math
- EPPlus.Interfaces
- Drawing/Text
- Fonts
- EPPlus/Style/RichText
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 89 | | |
113 | 90 | | |
114 | 91 | | |
| |||
123 | 100 | | |
124 | 101 | | |
125 | 102 | | |
126 | | - | |
| 103 | + | |
127 | 104 | | |
128 | 105 | | |
129 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
130 | 122 | | |
131 | | - | |
| 123 | + | |
132 | 124 | | |
133 | 125 | | |
134 | 126 | | |
| 127 | + | |
135 | 128 | | |
136 | | - | |
137 | 129 | | |
138 | 130 | | |
139 | 131 | | |
| |||
167 | 159 | | |
168 | 160 | | |
169 | 161 | | |
| 162 | + | |
170 | 163 | | |
171 | 164 | | |
172 | 165 | | |
173 | 166 | | |
174 | 167 | | |
175 | 168 | | |
176 | 169 | | |
| 170 | + | |
177 | 171 | | |
178 | 172 | | |
179 | 173 | | |
| |||
187 | 181 | | |
188 | 182 | | |
189 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
190 | 188 | | |
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | 192 | | |
198 | 193 | | |
199 | 194 | | |
| |||
223 | 218 | | |
224 | 219 | | |
225 | 220 | | |
| 221 | + | |
226 | 222 | | |
227 | 223 | | |
228 | 224 | | |
| |||
236 | 232 | | |
237 | 233 | | |
238 | 234 | | |
| 235 | + | |
239 | 236 | | |
240 | 237 | | |
241 | 238 | | |
| |||
285 | 282 | | |
286 | 283 | | |
287 | 284 | | |
288 | | - | |
| 285 | + | |
289 | 286 | | |
290 | 287 | | |
291 | 288 | | |
| |||
308 | 305 | | |
309 | 306 | | |
310 | 307 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | 308 | | |
366 | 309 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
0 commit comments