Skip to content

Commit

Permalink
Remove Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 8, 2024
1 parent ea57d6f commit d31147c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 42 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/test.yml

This file was deleted.

4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"PDF::Content",
"PDF::Grammar"
],
"description": "HarfBuzz related utilites for font-shaping",
"description": "HarfBuzz integration for PDF::Font::Loader",
"license": "Artistic-2.0",
"name": "PDF::Font::Loader::HarfBuzz",
"perl": "6.d",
Expand All @@ -21,7 +21,7 @@
},
"resources": [
],
"source-url": "",
"source-url": "https://github.com/pdf-raku/PDF-Font-Loader-HarfBuzz-raku.git",
"tags": [
],
"test-depends": [
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $pdf.add-page.text: -> $gfx {
# ensure consistant document ID generation
$pdf.id = $*PROGRAM-NAME.fmt('%-16.16s');
lives-ok {
$pdf.save-as: "shape-example.pdf";
$pdf.save-as: "shaping-example.pdf";
}

```
Expand All @@ -56,12 +56,17 @@ DESCRIPTION
===========

PDF::Font::Loader::HarfBuzz provides glyph shaping support for the
L<PDF-Font-Loader> tool-chain.
[PDF-Font-Loader](https://pdf-raku.github.io/PDF-Font-Loader-raku/) module.

This module is optional, but required when font-shaping or the text direction
is right-to-left (rtl).

Font shaping can help with the selection and layout of glyphs from Unicode code-points, in areas such as combining characters and ligatures.

AUTHOR
======

<david.warring@gmail.com>
<david.warring@gmail.com>

COPYRIGHT AND LICENSE
=====================
Expand Down
7 changes: 3 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
; dist.ini
name = PDF::Font::Loader::HarfBuzz

[ReadmeFromPod]
filename = lib/PDF/Font/Loader/HarfBuzz.rakumod
; if you want to disable generating README.md from main module's pod, then:
enabled = false

[UploadToZef]

[Badges]
provider = github-actions/test.yml

0 comments on commit d31147c

Please sign in to comment.