lookup icon indicating copy to clipboard operation
lookup copied to clipboard

Opening up package internals to allow custom fonts/symbols.

Open Schobers opened this issue 8 months ago • 1 comments

  • fontSymbol is now public (renamed to FontSymbol).
  • newFontSymbol is now public (rename to NewFontSymbol{,Rune}) for allowing the creation of symbols based on an image.
  • Added AddFontFamily and AddSymbols to allow for adding custom fonts/symbols to the OCR lookup.

Schobers avatar Aug 23 '25 16:08 Schobers

Added second commit with unrelated feature (but depending on the earlier commit that opens up the package). First commit can be merged independently though.

Schobers avatar Aug 24 '25 07:08 Schobers