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,8% Canada
Belgique 3,7% Belgique

Total:

150

Pays
018423168
Aujourd'hui: 62
Hier: 488
Cette semaine: 1.413
Semaine dernière: 3.121
Ce mois: 4.993