Interface ShapeFlags


public interface ShapeFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Default value
    static final int
    Round glyph positions and widths to whole device units
    This option should be set if the target renderer can't do subpixel positioning of glyphs
  • Field Details

    • NONE

      static final int NONE
      Default value
      See Also:
    • ROUND_POSITIONS

      static final int ROUND_POSITIONS
      Round glyph positions and widths to whole device units
      This option should be set if the target renderer can't do subpixel positioning of glyphs
      See Also: