diff options
author | Matthew Olsson <matthewcolsson@gmail.com> | 2022-03-24 21:56:14 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-31 18:10:45 +0200 |
commit | d2771eafc54c56bdc900e839e772d5cc5b44fa93 (patch) | |
tree | d8420cfa3ba3f0352d8f4c588d255ae24b8071bd /Userland/Libraries/LibPDF/CommonNames.h | |
parent | 130846f337e6da970209a5dc97a43027564c7547 (diff) | |
download | serenity-d2771eafc54c56bdc900e839e772d5cc5b44fa93.zip |
LibPDF: Use Font /Widths array to derive character widths
This makes the spacing between chars _much_ better!
Diffstat (limited to 'Userland/Libraries/LibPDF/CommonNames.h')
-rw-r--r-- | Userland/Libraries/LibPDF/CommonNames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibPDF/CommonNames.h b/Userland/Libraries/LibPDF/CommonNames.h index 537ec02298..f3cc473735 100644 --- a/Userland/Libraries/LibPDF/CommonNames.h +++ b/Userland/Libraries/LibPDF/CommonNames.h @@ -81,6 +81,7 @@ A(ML) \ A(Matrix) \ A(MediaBox) \ + A(MissingWidth) \ A(N) \ A(Next) \ A(O) \ |