I might be missing something, but I can't see how to read LTYPE information. Looking at dll_dxf.cpp, processDXFGroup() doesn't include a check for "LTYPE".
I'm just about to upgrade to the latest version so I could use the new function processCodeValuePair() to pull out the data and process it myself, but I'm suprised that the function isn't in place already as it seems line type is quite a fundemental thing to need.
Allan
ps. what a great lib., I've been able to implement a simple DXF import in no time at all.