XtremeFontEngine - 100% .NET Font Rendering Engine.


Gnostice XtremeFontEngine is a .NET class library for rendering fonts. This includes parsing of a font file to get font attributes such as FontName, FontFamily, LineGap, FontStyleName, Ascent, Descent etc and also includes rendering of a glyph for specified GlyphID, GlyphName or CharacterCode.

XtremeFontEngine is also available as a 100% Java library.

Supported Features:
  • Load from FontFile
  • Load from FileStream
  • Load from MemoryStream
  • Check for Type of Font
  • Get all font properties such as FontName, FontFamily etc
  • Get outline for GlyphID
  • Get outline for CharacterCode
  • Get outline for GlyphName
  • Get supported encodings
 
Supported Fonts:
  • TrueType
  • TrueTypeCollection
  • Type1
  • CFF
  • OpenType (Partial)