Page 1 of 1
Multiple Fonts per File?
Posted: Sun Sep 24, 2006 03:42
by SuperGeek
I tried to put multiple fonts into one .font xml file, but the app crashes when launched. It seems that this doesn't work because the scheme file tags only look at the first font def in the .font file for the font name you speicified. Is this wrong?
Posted: Sun Sep 24, 2006 09:06
by Dalfy
the font file support only one font per file it's the same for all other file format.
The layout file allow for several layout in the same file but it's not supported in validating parser it is not a featured ! People should not use this because we might stop supporting this in the future
Posted: Mon Sep 25, 2006 00:07
by SuperGeek
Thanks for the response Dalfy. Does this include nested layouts? I saw in the XML reference text file that there was support for that.
Posted: Mon Sep 25, 2006 06:58
by Dalfy
Yes the aim of nested layout is to allow the definition of one layout and being able to re-use it in several other layout. But a nested layout remains a standard layout and should be define in its own file.
Yet you are free to use it differently if it best suite your needs and if you are not using a validating parser.