Package 'Freetypeharfbuzz'

Package 'Freetypeharfbuzz'

Package ‘freetypeharfbuzz’ October 30, 2018 Title Deterministic Computation of Text Box Metrics Version 0.2.5 Description Unlike other tools that dynamically link to the 'Cairo' stack, 'freetypeharfbuzz' is statically linked to specific versions of the 'FreeType' and 'harfbuzz' libraries (2.9 and 1.7.6 respectively). This ensures deterministic computation of text box extents for situations where reproducible results are crucial (for instance unit tests of graphics). Depends R (>= 3.2) Imports fontquiver Suggests covr, testthat SystemRequirements GNU make License GPL-3 | file LICENSE Encoding UTF-8 LazyData true ByteCompile true Biarch true RoxygenNote 6.1.0 NeedsCompilation yes Author Lionel Henry [aut, cre], RStudio [cph], David Turner [aut] (FreeType library), Robert Wilhelm [aut] (FreeType library), Werner Wilhelm [aut] (FreeType library), Behdad Esfahbod [aut] (Harfbuzz library), Simon Hausmann [aut] (Harfbuzz library), Martin Hosken [aut] (Harfbuzz library), Jonathan Kew [aut] (Harfbuzz library), Lars Knoll [aut] (Harfbuzz library), Werner Lemberg [aut] (Harfbuzz library), Roozbeh Pournader [aut] (Harfbuzz library), Owen Taylor [aut] (Harfbuzz library), 1 2 font_info David Turner [aut] (Harfbuzz library), Red Hat [cph] (Harfbuzz library) Maintainer Lionel Henry <[email protected]> Repository CRAN Date/Publication 2018-10-30 15:50:14 UTC R topics documented: font_info . .2 Index 3 font_info Font metrics Description * ‘font_info()‘ returns the typographical metrics (ascent, descent, linegap) for a font. * ‘str_info()‘ returns the metrics (width, height, ascent, descent) for a string. ‘str_width()‘ only returns the width. Usage font_info(font_size = 12, font_file = NULL) str_info(string, font_size = 12, font_file = NULL) str_width(string, font_size = 12, font_file = NULL) Arguments font_size Font size in point. font_file Path to a ttf or otf file. string A string whose metrics will be computed. Examples file <- fontquiver::font("Liberation", "serif", "bold")$ttf font_info(font_size = 13, font_file = file) str_width("foobar", font_size = 13) str_info("foobar", font_size = 13) str_info("foobar", font_size = 13, font_file = file) Index font_info,2 str_info (font_info),2 str_width (font_info),2 3.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    3 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us