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,2% France
Canada 5,7% Canada
Belgique 3,7% Belgique

Total:

150

Pays
018423666
Aujourd'hui: 10
Hier: 550
Cette semaine: 1.911
Semaine dernière: 3.121
Ce mois: 5.491