fNt
fnt is a term used in computing with several related meanings centered on font data. In contemporary contexts, it most often refers to a font descriptor file used by bitmap font tools such as AngelCode BMFont. In this usage, a complete font comprises two parts: a texture atlas image that contains the glyphs and a separate descriptor file (the fnt file) that stores per-character metrics and global font information. The descriptor can be in plain text, XML, or binary form and lists each character’s coordinates on the atlas, x and y offsets, and the x advance, along with page and other metadata. Software uses the descriptor together with the atlas to render text by sampling the correct glyphs from the texture.
A older, separate meaning exists for the Windows FNT format, used in legacy environments to store bitmap
In practice, fnt files are common in game development and 2D graphics workflows that rely on bitmap