You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta/3rd/love2d/library/love.graphics.lua
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1171,6 +1171,17 @@ function Font:getFilter() end
1171
1171
---@returnnumber height # The height of the Font in pixels.
1172
1172
functionFont:getHeight() end
1173
1173
1174
+
---
1175
+
---Gets the kerning between two characters in the Font.
1176
+
---
1177
+
---Kerning is normally handled automatically in love.graphics.print, Text objects, Font:getWidth, Font:getWrap, etc. This function is useful when stitching text together manually.
0 commit comments