11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
|
|
type font [display="Font"]
|
||
|
|
{
|
||
|
|
i32 name_ptr [ui, readonly, display="Name Ptr"];
|
||
|
|
|
||
|
|
if (name_ptr == -1) {
|
||
|
|
name = cstring() [ui, readonly, display="Name"];
|
||
|
|
}
|
||
|
|
|
||
|
|
// TODO: Add full font structure (glyph data, metrics, etc.)
|
||
|
|
}
|