logs
This commit is contained in:
parent
d319ab9bfc
commit
f8ed4f48cf
1 changed files with 2 additions and 2 deletions
|
|
@ -75,8 +75,8 @@ Singleton {
|
|||
}
|
||||
|
||||
fontsLoaded = true
|
||||
Logger.log("FontService", "Loaded", availableFonts.count, "fonts (", monospaceFonts.count, "monospace,",
|
||||
displayFonts.count, "display)")
|
||||
Logger.log("FontService", "Loaded", availableFonts.count, "fonts:" , monospaceFonts.count, "monospace,",
|
||||
displayFonts.count, "display")
|
||||
}
|
||||
|
||||
function isMonospaceFont(fontName) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue