mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 23:45:42 +00:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
// =========================================
|
|
// Font_s
|
|
// =========================================
|
|
use Font_s;
|
|
set string fontName;
|
|
set name fontName;
|
|
set reusable glyphs;
|
|
set count glyphs glyphCount;
|
|
set reusable kerningPairs;
|
|
set count kerningPairs kerningPairsCount; |