julienmoeys / soiltexture

The Soil Texture Wizard (R package soiltexture)
27 stars 10 forks source link

Error Change font in tt.plot #8

Open GoJuGo opened 3 years ago

GoJuGo commented 3 years ago

Hi,

I am new to R, I feel like it should be an easy-solving problem haha.

When I try to change the font of the tt.plot :

 plot_a <- TT.plot(class.sys="CA.FR.TT", lang="fr", font="Calibri")

But i get the error below :

 Error in text.default(x = grid.lns3[[X]]$start$xpos, y = grid.lns3[[X]]$start$ypos,  : 
  Metric information not available for this family/device
In addition: There were 50 or more warnings (use warnings() to see the first 50)

Then I type warnings() :


Messages d'avis :
1: In text.default(x = cent.xy["x", pol], y = cent.xy["y",  ... :
  largeur de police inconnue pour le caractère 0x41
2: In text.default(x = cent.xy["x", pol], y = cent.xy["y",  ... :
  largeur de police inconnue pour le caractère 0x4c
3: In text.default(x = cent.xy["x", pol], y = cent.xy["y",  ... :
  largeur de police inconnue pour le caractère 0x6f
[...]
31: In text.default(x = grid.lns[[X]]$end$xpos, y = grid.lns[[X]]$end$ypos,  ... :
  largeur de police inconnue pour le caractère 0x31
[...]
50: In text.default(x = grid.lns[[X]]$end$xpos, y = grid.lns[[X]]$end$ypos,  ... :
  largeur de police inconnue pour le caractère 0x30

Does anyone how to solve this? Thank you!