Package ch.bailu.gtk.pango
Interface AttrType
public interface AttrType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intline height ([struct@Pango.AttrInt]).static final intfont size in pixels scaled by %PANGO_SCALE ([struct@Pango.AttrInt])static final intwhether breaks are allowed ([struct@Pango.AttrInt]).static final intbackground color ([struct@Pango.AttrColor])static final intbackground alpha ([struct@Pango.AttrInt]).static final intbaseline displacement ([struct@Pango.AttrInt]).static final intwhether fallback is enabled ([struct@Pango.AttrInt])static final intfont family name list ([struct@Pango.AttrString])static final intfont description ([struct@Pango.AttrFontDesc])static final intOpenType font features ([struct@Pango.AttrFontFeatures]).static final intfont-relative size change ([struct@Pango.AttrInt]).static final intforeground color ([struct@Pango.AttrColor])static final intforeground alpha ([struct@Pango.AttrInt]).static final intbase text gravity ([struct@Pango.AttrInt])static final intgravity hint ([struct@Pango.AttrInt])static final intwhether to insert hyphens at intra-word line breaks ([struct@Pango.AttrInt]).static final intdoes not happenstatic final intlanguage ([struct@Pango.AttrLanguage])static final intletter spacing ([struct@PangoAttrInt])static final intline height factor ([struct@Pango.AttrFloat]).static final intwhether the text has an overline ([struct@Pango.AttrInt]).static final intoverline color ([struct@Pango.AttrColor]).static final intbaseline displacement ([struct@Pango.AttrInt])static final intfont size scale factor ([struct@Pango.AttrFloat])static final intoverride segmentation to classify the range of the attribute as a single sentence ([struct@Pango.AttrInt]).static final intshape ([struct@Pango.AttrShape])static final inthow to render invisible characters ([struct@Pango.AttrInt]).static final intfont size in points scaled by %PANGO_SCALE ([struct@Pango.AttrInt])static final intfont stretch ([struct@Pango.AttrInt])static final intwhether the text is struck-through ([struct@Pango.AttrInt])static final intstrikethrough color ([struct@Pango.AttrColor])static final intfont slant style ([struct@Pango.AttrInt])static final intstatic final intwhether the text has an underline ([struct@Pango.AttrInt])static final intunderline color ([struct@Pango.AttrColor])static final intfont variant (normal or small caps) ([struct@Pango.AttrInt])static final intfont weight ([struct@Pango.AttrInt])static final intoverride segmentation to classify the range of the attribute as a single word ([struct@Pango.AttrInt]).
-
Field Details
-
INVALID
static final int INVALIDdoes not happen- See Also:
-
LANGUAGE
static final int LANGUAGElanguage ([struct@Pango.AttrLanguage])- See Also:
-
FAMILY
static final int FAMILYfont family name list ([struct@Pango.AttrString])- See Also:
-
STYLE
static final int STYLEfont slant style ([struct@Pango.AttrInt])- See Also:
-
WEIGHT
static final int WEIGHTfont weight ([struct@Pango.AttrInt])- See Also:
-
VARIANT
static final int VARIANTfont variant (normal or small caps) ([struct@Pango.AttrInt])- See Also:
-
STRETCH
static final int STRETCHfont stretch ([struct@Pango.AttrInt])- See Also:
-
SIZE
static final int SIZEfont size in points scaled by %PANGO_SCALE ([struct@Pango.AttrInt])- See Also:
-
FONT_DESC
static final int FONT_DESCfont description ([struct@Pango.AttrFontDesc])- See Also:
-
FOREGROUND
static final int FOREGROUNDforeground color ([struct@Pango.AttrColor])- See Also:
-
BACKGROUND
static final int BACKGROUNDbackground color ([struct@Pango.AttrColor])- See Also:
-
UNDERLINE
static final int UNDERLINEwhether the text has an underline ([struct@Pango.AttrInt])- See Also:
-
STRIKETHROUGH
static final int STRIKETHROUGHwhether the text is struck-through ([struct@Pango.AttrInt])- See Also:
-
RISE
static final int RISEbaseline displacement ([struct@Pango.AttrInt])- See Also:
-
SHAPE
static final int SHAPEshape ([struct@Pango.AttrShape])- See Also:
-
SCALE
static final int SCALEfont size scale factor ([struct@Pango.AttrFloat])- See Also:
-
FALLBACK
static final int FALLBACKwhether fallback is enabled ([struct@Pango.AttrInt])- See Also:
-
LETTER_SPACING
static final int LETTER_SPACINGletter spacing ([struct@PangoAttrInt])- See Also:
-
UNDERLINE_COLOR
static final int UNDERLINE_COLORunderline color ([struct@Pango.AttrColor])- See Also:
-
STRIKETHROUGH_COLOR
static final int STRIKETHROUGH_COLORstrikethrough color ([struct@Pango.AttrColor])- See Also:
-
ABSOLUTE_SIZE
static final int ABSOLUTE_SIZEfont size in pixels scaled by %PANGO_SCALE ([struct@Pango.AttrInt])- See Also:
-
GRAVITY
static final int GRAVITYbase text gravity ([struct@Pango.AttrInt])- See Also:
-
GRAVITY_HINT
static final int GRAVITY_HINTgravity hint ([struct@Pango.AttrInt])- See Also:
-
FONT_FEATURES
static final int FONT_FEATURESOpenType font features ([struct@Pango.AttrFontFeatures]). Since 1.38- See Also:
-
FOREGROUND_ALPHA
static final int FOREGROUND_ALPHAforeground alpha ([struct@Pango.AttrInt]). Since 1.38- See Also:
-
BACKGROUND_ALPHA
static final int BACKGROUND_ALPHAbackground alpha ([struct@Pango.AttrInt]). Since 1.38- See Also:
-
ALLOW_BREAKS
static final int ALLOW_BREAKSwhether breaks are allowed ([struct@Pango.AttrInt]). Since 1.44- See Also:
-
SHOW
static final int SHOWhow to render invisible characters ([struct@Pango.AttrInt]). Since 1.44- See Also:
-
INSERT_HYPHENS
static final int INSERT_HYPHENSwhether to insert hyphens at intra-word line breaks ([struct@Pango.AttrInt]). Since 1.44- See Also:
-
OVERLINE
static final int OVERLINEwhether the text has an overline ([struct@Pango.AttrInt]). Since 1.46- See Also:
-
OVERLINE_COLOR
static final int OVERLINE_COLORoverline color ([struct@Pango.AttrColor]). Since 1.46- See Also:
-
LINE_HEIGHT
static final int LINE_HEIGHTline height factor ([struct@Pango.AttrFloat]). Since: 1.50- See Also:
-
ABSOLUTE_LINE_HEIGHT
static final int ABSOLUTE_LINE_HEIGHTline height ([struct@Pango.AttrInt]). Since: 1.50- See Also:
-
TEXT_TRANSFORM
static final int TEXT_TRANSFORM- See Also:
-
WORD
static final int WORDoverride segmentation to classify the range of the attribute as a single word ([struct@Pango.AttrInt]). Since 1.50- See Also:
-
SENTENCE
static final int SENTENCEoverride segmentation to classify the range of the attribute as a single sentence ([struct@Pango.AttrInt]). Since 1.50- See Also:
-
BASELINE_SHIFT
static final int BASELINE_SHIFTbaseline displacement ([struct@Pango.AttrInt]). Since 1.50- See Also:
-
FONT_SCALE
static final int FONT_SCALEfont-relative size change ([struct@Pango.AttrInt]). Since 1.50- See Also:
-