Com base em esta resposta do StackOverflow , eu escrevi este script do PowerShell:
$charId = [Int32][char]$args[0]
[System.Reflection.Assembly]::LoadWithPartialName("PresentationCore") | Out-Null
[System.Windows.Media.Fonts]::GetFontFamilies("C:\Windows\Fonts") | ForEach-Object {
foreach ($face in $_.GetTypefaces()) {
$glyph = $null
$face.TryGetGlyphTypeface([ref]$glyph) | Out-Null
if ($glyph -and $glyph.CharacterToGlyphMap.TryGetValue($charId, [ref]0)) {
$_.Source.Split("#")[1]
break
}
}
}
Salve como um arquivo com extensão ps1
; Eu chamei de fonttest.ps1
.
Antes que o PowerShell permita a execução de scripts, você precisará fazer Set-ExecutionPolicy Unrestricted -Scope CurrentUser
. Então você pode executá-lo assim:
.\fonttest.ps1 你
O .\
é importante e você precisará estar no mesmo diretório de onde salvou o script. Esse último caractere é o que você deseja testar todas as fontes. Você obterá uma impressão de todas as famílias de fontes que possuem um glifo para esse caractere. No meu computador, o comando acima produziu isso:
Microsoft JhengHei
Microsoft JhengHei UI
Microsoft YaHei
Microsoft YaHei UI
Yu Gothic
MS Mincho
MS PMincho
DFKai-SB
SimHei
KaiTi
SimSun
NSimSun
Meiryo
Meiryo UI
MS Gothic
MS UI Gothic
MS PGothic
FangSong
Yu Mincho
MingLiU
PMingLiU
MingLiU_HKSCS
Arial Unicode MS
Adobe Fangsong Std
Adobe Fan Heiti Std
Adobe Heiti Std
Adobe Kaiti Std
Kozuka Gothic Pro
Kozuka Mincho Pro
Adobe Ming Std
Adobe Song Std
Kozuka Gothic Pr6N
Kozuka Mincho Pr6N
DengXian
Microsoft MHei