Searched refs:fonts (Results 1 – 12 of 12) sorted by relevance
/imagick/docker/nixos/ |
H A D | shell.nix | 9 # Needed to avoid error message when using fonts 11 FONTCONFIG_FILE = "${pkgs.fontconfig.out}/etc/fonts/fonts.conf";
|
/imagick/docker/repro/ |
H A D | README.md | 4 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 D | Dockerfile | 14 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 D | main.yml | 46 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 D | OFL.txt | 17 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 D | functions.inc | 65 * 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.yml | 52 - 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 D | imagemagick_dependency.sh | 101 --with-urw-base35-font-dir=/usr/share/fonts/type1/urw-base35/
|
H A D | imagick_helpers.c | 440 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 D | README.md | 48 …/nixos/shell.nix) FONTCONFIG_FILE to avoid a warning message when loading fonts, and MAGICK_CONFIG…
|
H A D | ChangeLog | 640 + ImagickDraw::setFont and ImagickDraw::setFontFamily now allow only valid fonts 759 - Use new API for fetching support image formats / fonts
|
H A D | imagick_class.c | 3423 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