Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

455
Visualizações
Visual list of all installed fonts with respective pangram phrase?

I am tired of searching erratically the perfect font by scrolling endlessly with Gimp all fonts so I thought: "Why not build a visual list of pangrams for each font".

font list with pangram

I tried therefore building a php script which looked for .ttf and otf files in .fonts/ folder and which printed the css @font-face, however the result sucked because each font has its own quirks even under only firefox.

<?php
$path = "/home/cinthya/.fonts/";

//get all text files with a .txt extension.
$texts = glob($path . "*.ttf");
$i = 0;

//print each file name
foreach($texts as $text)
{
    echo "  @font-face {
    font-family: ".substr($text,22, (strlen($text)-26)).";<br>
    src: local('".substr($text,22, (strlen($text))-26)."'),  local('".substr($text,22, (strlen($text))-26)."'), url('".substr($text,22, (strlen($text)))."');<br>
    font-weight:normal;<br>
}<br>";
    echo "#div".$i." p {
    font-family: '".substr($text,22, (strlen($text)-26))."', Fallback, sans-serif;
    font-size: 2.5em;
  }<br>";
  $i++;
}

$texts = glob($path . "*.otf");
$j = 0;
foreach($texts as $text)
{
  echo "<div id=\"div".$j."\"><p>Zwölf Boxkämpfer jagen Eva quer über den großen Sylter Deich</p></div>\n";
  $j++;
}

Isn't there some stupid program which prints a nice vertical list of fonts examples by just only specifying a pangram and the folder containing the fonts? Or some way to do it?

I know I should not ask for software suggestion but this is a necessity for which any quick and dirty solution would be helpful.

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

"Open the Fonts dialog (Windows->Dockable Dialogs->Fonts)

Right click any font in the list

Choose 'Render Font Map'

In the dialog that appears, leaving the 'Filter (regexp)' blank will list all your installed Fonts."

Source: http://gimpforums.com/thread-font-examples This forum thread clearly lists the steps for rendering a sample of each font in your GIMP library. I hope that this helps someone who stumbles on this question like I did!

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda