| it.stefanochizzolini.clown.documents.contents.TextRenderModeEnum
TextRenderModeEnum | public enum TextRenderModeEnum (Code) | | Glyph-outlines appearance on text showing [PDF:1.6:5.2.5].
|
Field Summary | |
Enum Constant | Clip Apply text glyphs to path for clipping. | Enum Constant | Fill Fill text glyphs. | Enum Constant | FillClip Fill text glyphs, then apply to path for clipping. | Enum Constant | FillStroke Fill, then stroke text glyphs. | Enum Constant | FillStrokeClip Fill, then stroke text glyphs, then apply to path for clipping. | Enum Constant | Invisible Do nothing (invisible text glyphs). | Enum Constant | Stroke Stroke text glyphs. | Enum Constant | StrokeClip Stroke text glyphs, then apply to path for clipping. |
Clip | Enum Constant Clip(Code) | | Apply text glyphs to path for clipping.
|
Fill | Enum Constant Fill(Code) | | Fill text glyphs.
|
FillClip | Enum Constant FillClip(Code) | | Fill text glyphs, then apply to path for clipping.
|
FillStroke | Enum Constant FillStroke(Code) | | Fill, then stroke text glyphs.
|
FillStrokeClip | Enum Constant FillStrokeClip(Code) | | Fill, then stroke text glyphs, then apply to path for clipping.
|
Invisible | Enum Constant Invisible(Code) | | Do nothing (invisible text glyphs).
|
Stroke | Enum Constant Stroke(Code) | | Stroke text glyphs.
|
StrokeClip | Enum Constant StrokeClip(Code) | | Stroke text glyphs, then apply to path for clipping.
|
getCode | public int getCode()(Code) | | |
|
|