-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
90 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[[Raku PDF Project]](https://pdf-raku.github.io) | ||
/ [[PDF-Content Module]](https://pdf-raku.github.io/PDF-Content-raku) | ||
/ [PDF::Content](https://pdf-raku.github.io/PDF-Content-raku/PDF/Content) | ||
:: Text | ||
:: [Line](https://pdf-raku.github.io/PDF-Content-raku/PDF/Content/Text/Line) | ||
|
||
class PDF::Content::Text::Line | ||
------------------------------ | ||
|
||
A single line of a text box | ||
|
||
Description | ||
----------- | ||
|
||
This class represents a single line of output in a [PDF::Content::Text::Box](https://pdf-raku.github.io/PDF-Content-raku/PDF/Content/Text/Box). | ||
|
||
Methods | ||
------- | ||
|
||
### method decoded | ||
|
||
An input list of text atoms | ||
|
||
### method encoded | ||
|
||
An list of font encodings | ||
|
||
### method height | ||
|
||
Height of the line. | ||
|
||
### method word-gap | ||
|
||
Spacing between words. | ||
|
||
### method indent | ||
|
||
indentation offset. | ||
|
||
### method align | ||
|
||
Alignment offset | ||
|
||
### has Numeric $.word-gap | ||
|
||
sum of word widths | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters