[flash] sidestep mxmlc bug with incorrect handling of embedded font names when compiling haxe-generated swcs into a final swf
looks like mxmlc expects the string to be null-terminated, even tho the spec says it's length-prefixed...
for the flash player it seems that there is no difference, since it can handle length-prefixed null-terminated strings ¯\_(ツ)_/¯
this adds an extra byte per embedded font in the output, but oh well