Uses of Enum Class
cloud.opencode.base.pdf.font.EmbeddedFont.FontType
Packages that use EmbeddedFont.FontType
-
Uses of EmbeddedFont.FontType in cloud.opencode.base.pdf.font
Subclasses with type arguments of type EmbeddedFont.FontType in cloud.opencode.base.pdf.fontMethods in cloud.opencode.base.pdf.font that return EmbeddedFont.FontTypeModifier and TypeMethodDescriptionEmbeddedFont.getType()Gets font type 获取字体类型static EmbeddedFont.FontTypeReturns the enum constant of this class with the specified name.static EmbeddedFont.FontType[]EmbeddedFont.FontType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.pdf.font with parameters of type EmbeddedFont.FontTypeModifier and TypeMethodDescriptionstatic EmbeddedFontEmbeddedFont.fromBytes(String name, byte[] data, EmbeddedFont.FontType type) Creates embedded font from byte array 从字节数组创建嵌入字体