Uses of Enum Class
com.imyeyu.font.icon.model.GlyphAlignment
Packages that use GlyphAlignment
-
Uses of GlyphAlignment in com.imyeyu.font.icon.model
Subclasses with type arguments of type GlyphAlignment in com.imyeyu.font.icon.modelMethods in com.imyeyu.font.icon.model that return GlyphAlignmentModifier and TypeMethodDescriptionIconFontOptions.getHorizontalAlignment()IconFontOptions.getVerticalAlignment()static GlyphAlignmentReturns the enum constant of this class with the specified name.static GlyphAlignment[]GlyphAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imyeyu.font.icon.model with parameters of type GlyphAlignmentModifier and TypeMethodDescriptionvoidIconFontOptions.setHorizontalAlignment(GlyphAlignment horizontalAlignment) voidIconFontOptions.setVerticalAlignment(GlyphAlignment verticalAlignment) IconFontOptions.withAlignment(GlyphAlignment horizontalAlignment, GlyphAlignment verticalAlignment) 返回替换对齐模式后的构建配置Constructors in com.imyeyu.font.icon.model with parameters of type GlyphAlignmentModifierConstructorDescriptionIconFontOptions(String family, int unitsPerEm, int ascent, int descent, int glyphPadding, GlyphAlignment horizontalAlignment, GlyphAlignment verticalAlignment, boolean snapOffsetToGrid, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int curveSamples, FontMetadata metadata) 创建构建配置