module Hpdf::JapaneseFonts

Overview

enabled using Doc#use_jp_fonts

Included Modules

Defined in:

hpdf/fonts.cr

Constant Summary

All = [MsMincyo, MsMincyoBold, MsMincyoItalic, MsMincyoBoldItalic, MsGothic, MsGothicBold, MsGothicItalic, MsGothicBoldItalic, MsPMincyo, MsPMincyoBold, MsPMincyoItalic, MsPMincyoBoldItalic, MsPGothic, MsPGothicBold, MsPGothicItalic, MsPGothicBoldItalic]
MsGothic = "MS-Gothic"
MsGothicBold = "MS-Gothic,Bold"
MsGothicBoldItalic = "MS-Gothic,BoldItalic"
MsGothicItalic = "MS-Gothic,Italic"
MsMincyo = "MS-Mincyo"
MsMincyoBold = "MS-Mincyo,Bold"
MsMincyoBoldItalic = "MS-Mincyo,BoldItalic"
MsMincyoItalic = "MS-Mincyo,Italic"
MsPGothic = "MS-PGothic"
MsPGothicBold = "MS-PGothic,Bold"
MsPGothicBoldItalic = "MS-PGothic,BoldItalic"
MsPGothicItalic = "MS-PGothic,Italic"
MsPMincyo = "MS-PMincyo"
MsPMincyoBold = "MS-PMincyo,Bold"
MsPMincyoBoldItalic = "MS-PMincyo,BoldItalic"
MsPMincyoItalic = "MS-PMincyo,Italic"