FC_MAJOR

Current Fontconfig version number. This same number must appear in the fontconfig configure.in file. Yes, it'a a pain to synchronize version numbers like this.

  1. enum FC_MAJOR;
    @system @nogc extern (C)
    enum FC_MAJOR = 2;
  2. enum FC_MINOR;
  3. enum FC_REVISION;
  4. enum FC_VERSION;

Meta