pdf-raku / Font-FreeType-raku

Read font files and render glyphs using FreeType2
Artistic License 2.0
2 stars 3 forks source link

Investigate FT_Glyph_Copy #10

Closed dwarring closed 1 year ago

dwarring commented 1 year ago

Could maybe be used to allow glyphs to be used outside a glyph-slot, and for improved thread-safety, see https://freetype.org/freetype2/docs/reference/ft2-glyph_management.html#ft_glyph_copy

dwarring commented 1 year ago

Already in use. Better leveraged with release 0.4.4, which adds methods forall-glyph-images() and forall-char-images().