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:
@ -30,6 +30,6 @@ font_api.register_font(
|
||||
linespacing = -3,
|
||||
height = 16,
|
||||
widths = widths,
|
||||
get_glyph = get_glyph,
|
||||
getglyph = get_glyph,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user