Skip to content

Commit

Permalink
Exclude function from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpunch committed Nov 17, 2024
1 parent 3dbe280 commit 627800b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mudbrick/font.ex
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ defmodule Mudbrick.Font do
end
end

@doc false
def kerned(font, text) do
{glyph_ids_decimal, positions} =
OpenType.layout_text(font.parsed, text)
Expand Down

0 comments on commit 627800b

Please sign in to comment.