A specification for the display parameters of a string of text.
instance_s (PK, M: CHAR VARYING(19))
Surrogate key of the table.
instance_create_date (O: TIMESTAMP)
e_and_p_data.instance_create_date
This is the date that this instance was created. This date is defined by the source if imported, or is the date the instance is created if a new instance.
last_updated (O: TIMESTAMP)
e_and_p_data.last_updated
This is the date that this instance was last updated. This value should be updated when any part of this instance is altered (except for inverse relationships).
symbol_library_s (FSK, M: CHAR VARYING(19))
text_style.symbol_library
Specifies the catalog of symbols and patterns in which this text style is defined.
Defines a foreign key to table symbol_library.
text_style_type (FNK, M: CHAR VARYING(80))
text_style.text_style_type
Indicates the name by which this text style is identified.
Defines a foreign key to table r_text_style_type.
text_style.character_orientation_absolute
An angle of rotation applied to characters in a text string. The angle is measured counter-clockwise from the horizontal axis of the rendering. character_orient_absolute_u: Defines the unit of measure. Defines a foreign key to table r_unit_of_measure.
text_style.character_orientation_relative
The angle of rotation applied to characters in a text string. Angle is measured in a counter-clockwise direction from the tangent of the text trend line at the character rendering position. character_orient_relative_u: Defines the unit of measure. Defines a foreign key to table r_unit_of_measure.
text_style.character_spacing
Distance used to separate characters in a character string. Distance has slightly different semantics for fixed width vs. proportional fonts. character_spacing_u: Defines the unit of measure. Defines a foreign key to table r_unit_of_measure.
description (O: CHAR VARYING(2000))
e_and_p_data.description
A remark or comment about the instance.
instance_creator (O: CHAR VARYING(80))
e_and_p_data.instance_creator
This is the person, company or application that created this instance. This identifies the party responsible for loading this instance.
last_updated_by (O: CHAR VARYING(80))
e_and_p_data.last_updated_by
This records the person or application making the update to this instance.
source (O: CHAR VARYING(80))
e_and_p_data.source
The provider of this instance, which is usually a data provider for imported/purchased data. If this instance is provided by POSC, then this attribute must be "POSC".
r_color (FNK, O: CHAR VARYING(80))
text_style.ref_color
Specification of the color to be used in character rendering.
Defines a foreign key to table r_color.
text_style.ref_justification_horizontal
Specification of the method used to assign character placement along the text line. Examples include left, right, centered.
Defines a foreign key to table r_justification_horizontal.
text_style.ref_justification_vertical
Specification of type of y origin to be used in character rendering. Examples include: top line, indicating alignment of the top of the characters with the text line, mid line, and base line.
Defines a foreign key to table r_justification_vertical.
r_text_font (FNK, O: CHAR VARYING(80))
text_style.ref_text_font
The style used in character rendering.
Defines a foreign key to table r_text_font.
r_text_slant (FNK, O: CHAR VARYING(80))
text_style.ref_text_slant
Specification of the angular relationship of the vertical to the horizontal axis of character rendering. Normal indicates orthogonal axes; italic indicates a small rotation in the clockwise direction.
Defines a foreign key to table r_text_slant.
r_text_weight (FNK, O: CHAR VARYING(80))
text_style.ref_text_weight
Specification of the line thickness used in character rendering. Examples include: thin, normal, bold or thick.
Defines a foreign key to table r_text_weight.