Uses of Enum Class
com._1c.g5.v8.dt.md.fonts.FontKind
Packages that use FontKind
-
Uses of FontKind in com._1c.g5.v8.dt.md.fonts
Methods in com._1c.g5.v8.dt.md.fonts that return FontKindModifier and TypeMethodDescriptionstatic FontKindFontKind.getKind(int value) Returns font kind by value.V8Font.getKind()Returns font kind.static FontKindReturns the enum constant of this class with the specified name.static FontKind[]FontKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.md.fonts with parameters of type FontKind -
Uses of FontKind in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type FontKindModifier and TypeMethodDescriptionstatic FontMoxelUtil.getRegistryFont(FontKind fontKind, String fqn, IDtProject dtProject) Returns registry font by kind and fq name.static FontMoxelUtil.getRegistryFontByCompositeId(FontKind fontKind, CompositeId fontId, IDtProject dtProject) Returns registry font by kind and composite id.