1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-07 02:20:39 +02:00

Rename get_glyph to getglyph

This is for naming consistency among other font def params like
`linespacing`, `margintop` etc.
This commit is contained in:
syimyuzya
2021-12-04 14:48:43 +08:00
parent 3612b7a7ec
commit 2e5d006e70
2 changed files with 3 additions and 3 deletions

View File

@ -30,6 +30,6 @@ font_api.register_font(
linespacing = -3,
height = 16,
widths = widths,
get_glyph = get_glyph,
getglyph = get_glyph,
}
)