Kanzi Java API
FontStyleConcept Interface Reference
Inheritance diagram for FontStyleConcept:
[legend]
Collaboration diagram for FontStyleConcept:
[legend]

Public Attributes

DynamicPropertyType< Float > CharacterSpacingProperty
 
DynamicPropertyType< Float > FixedCharacterWidthProperty
 
DynamicPropertyType< Integer > FontHintingPreferenceProperty
 
AbstractMetaclass FontStyleConceptMetaclass = new AbstractMetaclass("Kanzi.FontStyleConcept")
 
DynamicPropertyType< Boolean > FractionalCharacterWidthProperty
 
DynamicPropertyType< Float > LineSpacingProperty
 
DynamicPropertyType< Float > SizeProperty
 
DynamicPropertyType< Boolean > SnapCharacterToPixelPropertyProperty
 
DynamicPropertyType< Integer > StyleProperty
 
DynamicPropertyType< Integer > WeightProperty
 

Member Data Documentation

DynamicPropertyType<Float> CharacterSpacingProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.CharacterSpacing", Float.class)
DynamicPropertyType<Float> FixedCharacterWidthProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.FixedCharacterWidth", Float.class)
DynamicPropertyType<Integer> FontHintingPreferenceProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.FontHintingPreference", Integer.class)
DynamicPropertyType<Boolean> FractionalCharacterWidthProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.FractionalCharacterWidth", Boolean.class)
DynamicPropertyType<Float> LineSpacingProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.LineSpacing", Float.class)
DynamicPropertyType<Float> SizeProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.Size", Float.class)
DynamicPropertyType<Boolean> SnapCharacterToPixelPropertyProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.SnapCharacterToPixelProperty", Boolean.class)
DynamicPropertyType<Integer> StyleProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.Style", Integer.class)
DynamicPropertyType<Integer> WeightProperty
Initial value:
=
new DynamicPropertyType<>("FontStyleConcept.Weight", Integer.class)