Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Dec 7, 2024
1 parent e2b7d2d commit 8c21094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ $pdf.save-as: "examples/text-effects.pdf";

## Fonts

This module has build-in support for the PDF core fonts: Courier, Times, Helvetica, ZapfDingbats and Symbol.
This module has built-in support for the PDF core fonts: Courier, Times, Helvetica, ZapfDingbats and Symbol.

The companion module [PDF::Font::Loader](https://pdf-raku.github.io/PDF-Font-Loader-raku) can be used to access a wider range of fonts:

Expand Down Expand Up @@ -210,7 +210,7 @@ say $page3.media-box; # [0 0 842 595]

## Forms and Patterns

Forms are a reusable graphics component. They can be used whereever
Forms are a reusable graphics component. They can be used wherever
images can be used.

A pattern can be used to fill an area with a repeating graphic.
Expand Down

0 comments on commit 8c21094

Please sign in to comment.