Recherche

À l'aide d'une petite macro :

 

Public Sub ListePolice()
Dim MaListe, sFont
For Each sFont In FontNames
With ActiveDocument.Content.Find
.ClearFormatting
.Format = True
.Text = ""
.Font.Name = sFont
If .Execute() Then
MaListe = MaListe & sFont & vbCr
End If
End With
Next sFont
MsgBox MaListe
End Sub

 

 

Statistiques

France 73,9% France
Canada 7,7% Canada
États-Unis d'Amérique 4,1% États-Unis d'Amérique

Total:

94

Pays
018290705
Aujourd'hui: 107
Hier: 306
Cette semaine: 1.782
Semaine dernière: 1.764
Ce mois: 3.282