PdfCjkFontFamily Enumeration
|
Specifies the type of CJK font.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfCjkFontFamily
Public Enumeration PdfCjkFontFamily
public enum class PdfCjkFontFamily
Members
|
Member name
|
Value
|
Description
|
|
HanyangSystemsGothicMedium
|
2
|
Represents the Hanyang Systems Gothic Medium font.
|
|
HanyangSystemsShinMyeongJoMedium
|
3
|
Represents the Hanyang Systems shin myeong Jo Medium font.
|
|
HeiseiKakuGothicW5
|
0
|
Represents the Heisei kaku GothicW5 font.
|
|
HeiseiMinchoW3
|
1
|
Represents the Heisei MinchoW3 font.
|
|
MonotypeHeiMedium
|
4
|
Represents the Monotype Hei Medium font.
|
|
MonotypeSungLight
|
5
|
Represents the monotype sung Light font.
|
|
SinoTypeSongLight
|
6
|
Represents the sinotype song light font.
|
See Also