Nameplate - Examples
Without the plugin

With the plugin

The base font texture used by the game

If you're really curious... as far as I can tell, the original font from the PlayStation 2 era in the upper left is an Arial-based font. The newer, larger version looks like Helvetica Neue Condensed Medium Italic, or at least something close to it. The most obvious difference is the little tail of the 'a' in the larger font.
But...
The use of a condensed font was most likely not their intended choice, but a workaround. Given that they would have been assuming a 4:3 resolution ratio, here's the font texture scaled down to 256x192.

But the implementation is incorrect. You stretch the width naïvely, and you end up stretching the space between letters as well. With the way things are currently implemented in the game client, you end up with something like this at a 4:3 resolution.

Or this, at a 21:9 resolution.

So...
The Nameplate plugin forces the texture to render with a 1:1 aspect ratio. Maybe I'll add a squash mode one day...
For more information
Legal
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.