Created
August 20, 2014 18:50
-
-
Save buchizo/f674bb5010a76f03cc06 to your computer and use it in GitHub Desktop.
Azure Webサイトのフォント一覧(多分)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS D:\home> [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") | |
PS D:\home> $objFonts = New-Object System.Drawing.Text.InstalledFontCollection | |
$objFonts.Families | |
PS D:\home> | |
Name | |
---- | |
Aharoni | |
Aldhabi | |
Andalus | |
Angsana New | |
AngsanaUPC | |
Aparajita | |
Arabic Typesetting | |
Arial | |
Arial Black | |
Batang | |
BatangChe | |
Browallia New | |
BrowalliaUPC | |
Calibri | |
Calibri Light | |
Cambria | |
Cambria Math | |
Candara | |
Comic Sans MS | |
Consolas | |
Constantia | |
Corbel | |
Cordia New | |
CordiaUPC | |
Courier New | |
DaunPenh | |
David | |
DFKai-SB | |
DilleniaUPC | |
DokChampa | |
Dotum | |
DotumChe | |
Ebrima | |
Estrangelo Edessa | |
EucrosiaUPC | |
Euphemia | |
FangSong | |
Franklin Gothic Medium | |
FrankRuehl | |
FreesiaUPC | |
Gabriola | |
Gadugi | |
Gautami | |
Georgia | |
Gisha | |
Gulim | |
GulimChe | |
Gungsuh | |
GungsuhChe | |
Impact | |
IrisUPC | |
Iskoola Pota | |
JasmineUPC | |
KaiTi | |
Kalinga | |
Kartika | |
Khmer UI | |
KodchiangUPC | |
Kokila | |
Lao UI | |
Latha | |
Leelawadee | |
Levenim MT | |
LilyUPC | |
Lucida Console | |
Lucida Sans Unicode | |
Malgun Gothic | |
Mangal | |
Marlett | |
Meiryo | |
Meiryo UI | |
Microsoft Himalaya | |
Microsoft JhengHei | |
Microsoft JhengHei UI | |
Microsoft New Tai Lue | |
Microsoft PhagsPa | |
Microsoft Sans Serif | |
Microsoft Tai Le | |
Microsoft Uighur | |
Microsoft YaHei | |
Microsoft YaHei UI | |
Microsoft Yi Baiti | |
MingLiU | |
MingLiU-ExtB | |
MingLiU_HKSCS | |
MingLiU_HKSCS-ExtB | |
Miriam | |
Miriam Fixed | |
Mongolian Baiti | |
MoolBoran | |
MS Gothic | |
MS Mincho | |
MS PGothic | |
MS PMincho | |
MS UI Gothic | |
MV Boli | |
Myanmar Text | |
Narkisim | |
Nirmala UI | |
NSimSun | |
Nyala | |
Palatino Linotype | |
Plantagenet Cherokee | |
PMingLiU | |
PMingLiU-ExtB | |
Raavi | |
Rod | |
Sakkal Majalla | |
Segoe Print | |
Segoe Script | |
Segoe UI | |
Segoe UI Light | |
Segoe UI Semibold | |
Segoe UI Semilight | |
Segoe UI Symbol | |
Shonar Bangla | |
Shruti | |
SimHei | |
Simplified Arabic | |
Simplified Arabic Fixed | |
SimSun | |
SimSun-ExtB | |
Sylfaen | |
Symbol | |
Tahoma | |
Times New Roman | |
Traditional Arabic | |
Trebuchet MS | |
Tunga | |
Urdu Typesetting | |
Utsaah | |
Vani | |
Verdana | |
Vijaya | |
Vrinda | |
Webdings | |
Wingdings | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment