Mark Heckmann
Mark Heckmann
Hi Winston, I ran into some issues using OTF fonts. Several fonts are imported and registered (e.g. `Trade Gothic LT Std`): ``` > tail(fonts(), 10) [1] "Trade Gothic LT Std"...
@wch I just reinstalled the freetype branches for both packages and reimported the fonts. When installing `Rttf2pt1` I get quite a lot of warnings: ``` ttf2pt1.c: In function 'unicode_init_user': ttf2pt1.c:647:...
> Hello! Could you already have a look at this pull request? Anything I should fix/improve? @SteffenWolfFA-ERF : To accept a PR, it needs to pass all tests, some of...
AFAICS, the `rttpx` object has no `officer_cursor` element. ```r officer::read_pptx() |> names() |> sort() [1] "content_type" "core_properties" "cursor" "doc_properties_custom" [5] "masterLayouts" "notesMaster" "notesSlide" "package_dir" [9] "presentation" "rel" "slide" "slideLayouts" [13]...
has been removed in some previous commit
Well, yes that is indeed a "mysterious" bug :smile:
There is a problem in the internal `OpenRepGrid:::align` function. I always had doubts the quick-and-dirty approach I used in it was 100% sound. But now, due to the structure of...
Fixed in 5beb5ae9ce48042f1ff8625239c8b3d64a7eab8b `bertinCluster(x)` 
See PR https://github.com/davidgohel/officer/pull/580
As this is not a bug or feature suggestion, I recommend you ask this on https://stackoverflow.com/ . There are many officer users there, some of which might have had a...