fontconfig 1.0.0

fontconfig bindings


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

fontconfig-d

import fontconfig.fontconfig;

if (!FcInit())
	throw new Exception("Can't init font config library");

scope (exit)
	FcFini();

// ...

If you use freetype-ft from dub you can also use the fontconfig.fcfreetype methods.

Authors:
  • webfreak
Dependencies:
derelict-ft
Versions:
2.0.0+2.13.91 2020-Jun-08
1.1.0 2017-May-09
1.0.0 2017-May-09
~master 2020-Jun-08
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 67 downloads total

Score:
0.7
Short URL:
fontconfig.dub.pm