Home
last modified time | relevance | path

Searched refs:fonts (Results 1 – 12 of 12) sorted by relevance

/imagick/docker/nixos/
H A Dshell.nix9 # Needed to avoid error message when using fonts
11 FONTCONFIG_FILE = "${pkgs.fontconfig.out}/etc/fonts/fonts.conf";
/imagick/docker/repro/
H A DREADME.md4 programs like 'convert -list font' to check if ImageMagick can find fonts.
21 --with-urw-base35-font-dir=/usr/share/fonts/opentype/urw-base35
H A DDockerfile14 libssl-dev libcurl4-openssl-dev fontconfig fonts-urw-base35
17 RUN echo "'convert -list font' to check if ImageMagick can find fonts."
/imagick/.github/workflows/
H A Dmain.yml46 sudo apt-get install -y fonts-urw-base35 || true
48 sudo apt-get install -y texlive-fonts-recommended || true
55 - name: Configure and check fonts are present
115 sudo apt-get install -y fonts-urw-base35 || true
117 sudo apt-get install -y texlive-fonts-recommended || true
124 - name: Configure and check fonts are present
/imagick/tests/
H A DOFL.txt17 open framework in which fonts may be shared and improved in partnership
20 The OFL allows the licensed fonts to be used, studied, modified and
22 fonts, including any derivative works, can be bundled, embedded,
24 names are not used by derivative works. The fonts and derivatives,
26 requirement for fonts to remain under this license does not apply
27 to any document created using the fonts or their derivatives.
77 distributed under any other license. The requirement for fonts to
H A Dfunctions.inc65 * On some systems, where the standard fonts aren't available, trying
95 throw new \Exception("No fonts available on system, apparently.");
/imagick/
H A D.travis.yml52 - sudo apt-get install -y fonts-urw-base35 || true
53 # - sudo apt-get install -y fonts-freefont-ttf || true
55 - sudo apt-get install -y texlive-fonts-recommended || true
H A Dimagemagick_dependency.sh101 --with-urw-base35-font-dir=/usr/share/fonts/type1/urw-base35/
H A Dimagick_helpers.c440 char **fonts; in php_imagick_check_font() local
445 fonts = MagickQueryFonts("*", &num_fonts); in php_imagick_check_font()
449 if (strncasecmp(fonts[i], font, font_len) == 0) { in php_imagick_check_font()
455 IMAGICK_FREE_MAGICK_MEMORY(fonts); in php_imagick_check_font()
H A DREADME.md48 …/nixos/shell.nix) FONTCONFIG_FILE to avoid a warning message when loading fonts, and MAGICK_CONFIG…
H A DChangeLog640 + ImagickDraw::setFont and ImagickDraw::setFontFamily now allow only valid fonts
759 - Use new API for fetching support image formats / fonts
H A Dimagick_class.c3423 char **fonts; in PHP_METHOD() local
3433 fonts = (char **) MagickQueryFonts(pattern, &num_fonts); in PHP_METHOD()
3437 IM_add_next_index_string(return_value, fonts[i]); in PHP_METHOD()
3438 IMAGICK_FREE_MAGICK_MEMORY(fonts[i]); in PHP_METHOD()
3441 IMAGICK_FREE_MAGICK_MEMORY(fonts); in PHP_METHOD()

Completed in 43 milliseconds