Skip to content

Modern C++ OpenType library (part of Warcraft Font Merger, early development phase).

Notifications You must be signed in to change notification settings

nowar-fonts/libotfccxx

Repository files navigation

libotfcc++ (libvf-ng)

Modern C++ OpenType library based on otfcc and ot-builder.

Design

Modern C++

Make use of modern C++ language core and libraries.

Header Only

#include <otfcc.hpp>

All Grammatically Public

All members are grammatically public. Semantically private members are prefixed with an underscore (_).

You can easily touch any member if necessary – there are too many corner cases in OpenType.

About

Modern C++ OpenType library (part of Warcraft Font Merger, early development phase).

Resources

Stars

Watchers

Forks