This may be a long shot, but does anyone happen to know if there is a way to add an outline and a drop shadow to a FreeTypeFont in LibGDX? I've done quite a bit of research but there's not much information on this topic. I did find this on github which looks like it would do exactly what I want, but it doesn’t appear that it was finished. https://github.com/libgdx/libgdx/pull/2191
I also tried asking on the LibGDX forum, but didn't get any responses. So it seems like there may not currently be a way to do this, but I thought I'd ask just in case. Thanks!
UPDATE: rinold started a new pull and finished the outline and drop shadow feature. It has now been merged into LibGDX, I just tested it out and it works perfectly! Here is the link: https://github.com/libgdx/libgdx/pull/2774