Questions tagged [fontconfig]

Fontconfig is a library for configuring and customizing font access.

Fontconfig is a library for configuring and customizing font access.

cf. http://freedesktop.org/software/fontconfig/front.html

96 questions
0
votes
1 answer

fontconfig wont' install because it's missing freetype

I have installed freetype2.5.5, but fontconfig's latest git repository will not find it. I get the following error: ./configure: line 14023: syntax error near unexpected toke 'FREETYPE,' ./configure: line 14023: 'PKG_CHECK_MODULES (FREETYPE,…
xinthose
  • 3,213
  • 3
  • 40
  • 59
0
votes
1 answer

Cross compiling fontconfig for iOS

How to cross compiling for fontconfig for iOS. http://freedesktop.org/software/fontconfig/release I try this: ./configure CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" CFLAGS="-isysroot…
Magic fish
  • 78
  • 11
0
votes
1 answer

Fontconfig for iOS

I download the Fontconfig-2.9.0.tar.gz from here http://freedesktop.org/software/fontconfig/release but I don't know how to cross compiling it for iOS. I need a fontconfig.a for iOS, can somebody tell me how to compiling it or give me a guide? …
Magic fish
  • 78
  • 11
-1
votes
1 answer

Fontconfig: cannot find application font

I imitated the code in this link, except that I wanted to add support for local fonts, so the code was adapted like this. FcConfig* config = FcInitLoadConfigAndFonts(); FcConfigAppFontAddDir(config, (FcChar8*) "../fonts"); FcConfigSubstitute(config,…
D. Fang
  • 21
  • 3
-1
votes
1 answer

FFmpeg hardcoding subtitles fontconfig error

I was trying to run the command: ffmpeg -i vid1.mp4 -vf "ass=subtitle.ass" vidOut.mp4 on a virtual machine and ran into the error: Fontconfig error: Cannot load default config file No usable fontconfig configuration file found, using…
The Lemon
  • 1,211
  • 15
  • 26
-2
votes
1 answer

Launching GIMP... Fontconfig warning: ignoring UTF-8: not a valid region tag

I am running a python 3.5 application called Ortho4XP which, among other things, calls for Gimp at a certain stage; when it tries to launch Gimp I get the warning above and the script freeezes. My machine is osx El Capitan Searching stackoverflow I…
1 2 3 4 5 6
7