fix naming issue
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -40,11 +40,13 @@ def generate_header(header, guard, files):
|
|||||||
pass
|
pass
|
||||||
except:
|
except:
|
||||||
raise
|
raise
|
||||||
|
print(f'Header: {header}')
|
||||||
with open(header, 'wt') as header_file:
|
with open(header, 'wt') as header_file:
|
||||||
header_file.write(f"""#pragma once
|
header_file.write(f"""#pragma once
|
||||||
namespace kte::Fonts::{header.removesuffix('.h')} {{
|
namespace kte::Fonts::{header.removesuffix('.h')} {{
|
||||||
""")
|
""")
|
||||||
for file in files:
|
for file in files:
|
||||||
|
print(f'\t{file}')
|
||||||
generate_font(header_file, file)
|
generate_font(header_file, file)
|
||||||
|
|
||||||
header_file.write('}');
|
header_file.write('}');
|
||||||
|
|||||||
3462
fonts/Triplicate.h
3462
fonts/Triplicate.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user