Aspose.Font FOSS는 곧 추가 도구나 OS 라이브러리 없이도 글꼴 파일을 다룰 수 있는 오픈소스 라이브러리로 제공됩니다. 글꼴 세부 정보를 검사하고 추출하며, 글리프를 나열하고, 문자 매핑을 확인하고, TTF, WOFF, CFF, OpenType, Type1과 같은 형식 간 변환이 가능합니다. 이 라이브러리는 글꼴 디자인, 웹 글꼴 관리, 혹은 글꼴 파일을 읽거나 처리해야 하는 모든 애플리케이션에 적합합니다.
Inspect and convert font files in Python — read TTF, WOFF, and OTF metadata, list glyphs, and convert between font formats.
Process fonts in C# — load TTF and WOFF files, inspect glyph data, and convert between formats for document and web workflows.
Work with font files in Java — read font metrics, enumerate glyphs, and convert between TTF, WOFF, and CFF formats.
Native font file processing in C++ — parse, inspect, and convert TTF, WOFF, and OpenType fonts without OS font libraries.