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 72,2% France
Canada 7,4% Canada
Belgique 3,8% Belgique

Total:

120

Pays
018320565
Aujourd'hui: 10
Hier: 442
Cette semaine: 902
Semaine dernière: 2.431
Ce mois: 6.759