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 71,8% France
Canada 5,2% Canada
Chine 4,1% Chine

Total:

159

Pays
018469956
Aujourd'hui: 229
Hier: 381
Cette semaine: 1.025
Semaine dernière: 2.486
Ce mois: 6.361