mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
// =========================================
|
|
// Font_s
|
|
// =========================================
|
|
use Font_s;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string fontName;
|
|
set name fontName;
|
|
set reusable glyphs;
|
|
set count glyphs glyphCount; |