PDF::Builder::Resource::CIDFont::TrueType(3pm) | User Contributed Perl Documentation | PDF::Builder::Resource::CIDFont::TrueType(3pm) |
PDF::Builder::Resource::CIDFont::TrueType - TrueType font support
$font = PDF::Builder::Resource::CIDFont::TrueType->new($pdf, $file, %options)
Defined Options:
encode ... specify fonts encoding for non-UTF-8 text. nosubset ... disables subsetting. Any value causes the full font to be embedded, rather than only the glyphs needed.
$font->fontfile()
$font->fontobj()
$font->wxByCId($gID)
$flag = $font->haveKernPairs()
$flag = $font->kernPairCid($gID, $n)
$font->subsetByCid($gID)
$font->subvec($gID)
$count = $font->glyphNum()
$font->outobjdeep()
2023-12-15 | perl v5.36.0 |