No, the version of the Adobe FDK code that FontLab uses only supports GPOS for the kern feature, not anchor attachment positioning. FontLab will try to interpret the compiled GPOS table producing the commented code that you see, but can't do anything with it.
I'm trying to learn about mark and mkmk (and am COMPLETELY clueless) and opened a newer version of Times New Roman from a new Windows 7 machine that seemed to be using it.
The mark feature comes in with code that looks like it could be correct but all the lines within the lookups are commented.
The beginning of the feature looks like this:
feature mark { # Mark Positioning
# Latin
lookup mark5 {
# mark hookabovecomb -280 1410;
# mark tildecomb -455 1440;
# mark gravecomb -280 1460;
# mark acutecomb -280 1460;
# mark uni0302 -15 1010;
# mark uni0304 -15 1180;
# mark uni0305 -15 1430;
# mark uni0306 0 1040;
# mark uni0307 -15 1080;
# mark uni0308 15 1080;
# mark uni030A 15 1040;
# mark uni030B -50 1000;
# mark uni030C 0 1010;
# mark uni030D 0 1050;
# mark uni030E 0 1050;
# mark uni030F 60 1000;
If I un-comment the lines I get a syntax error trying to compile at the very first "mark" line.
Does FontLab even support mark and mkmk?
Thanks for the help,
Ken