Link Search Menu Expand Document

FontKind property

Specify the font type.

The font type can be specified as $ STD, $ FONT1 to $ FONT7.

$ STD is a Gothic font, $ FONT1 is a Mincho font, and $ FONT2 to $ FONT7 use the font specified by the Root.SetFontFamily method. The display result is undefined if the font not assigned by the SetFontFamily method in $ FONT2 to $ FONT7 or the assigned font is not registered in the computer.

Constant Value Description
$ STD 0 Gothic
$ FONT1 1 Mincho
$ FONT2 2 Font set by Root.SetFontFamily method
$ FONT3 3
$ FONT4 4
$ FONT5 5
$ FONT6 6
$ FONT7 7


Since Ver.4.1.0, the constant corresponding to Mincho has been changed from $ BOLD to $ FONT1. $ BOLD constant compatibility is valid.
Since Ver.4.1.0, constants of $ FONT2 ~ 7 have been added.
Not supported on Mobile
AI does not support $ FONT2-7 constants