Bitmap fonts are glyphs that are pre-rendered to a texture (for example in photoshop with bevel/emboss) and then the textures are aligned to form strings on the screen.
No SFML does not provide any way to use bitmap fonts, but you can of course easily write your own class to do this.