Package ch.bailu.gtk.pango
Interface ShapeFlags
public interface ShapeFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Default valuestatic 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 NONEDefault value- See Also:
-
ROUND_POSITIONS
static final int ROUND_POSITIONSRound 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:
-