mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Normalize source code
Add .gitattributes Remove trailing whitespaces
This commit is contained in:
@@ -21,7 +21,7 @@ def generate_bitmap_font(timg, tdrawable, font, font_size, first_char, glyph_wid
|
||||
|
||||
glyphs_layer = gimp.Layer(image, "Glyphs", width, height, RGBA_IMAGE, 100, NORMAL_MODE)
|
||||
image.add_layer(glyphs_layer, 0)
|
||||
|
||||
|
||||
disp = gimp.Display(image)
|
||||
|
||||
for i in range(char_begin, char_end):
|
||||
|
Reference in New Issue
Block a user