pub enum Property {
Show 58 variants
AddStyleName,
AverageWidth,
AvgCapitalWidth,
AvgLowercaseWidth,
AxisLimits,
AxisNames,
AxisTypes,
CapHeight,
CharsetEncoding,
CharsetRegistry,
Copyright,
DefaultChar,
Destination,
EndSpace,
FaceName,
FamilyName,
FigureWidth,
Font,
FontAscent,
FontDescent,
FontType,
FontVersion,
Foundry,
FullName,
ItalicAngle,
MaxSpace,
MinSpace,
NormSpace,
Notice,
PixelSize,
PointSize,
QuadWidth,
RasterizerName,
RasterizerVersion,
RawAscent,
RawDescent,
RelativeSetwidth,
RelativeWeight,
Resolution,
ResolutionX,
ResolutionY,
SetwidthName,
Slant,
SmallCapSize,
Spacing,
StrikeoutAscent,
StrikeoutDescent,
SubscriptSize,
SubscriptX,
SubscriptY,
SuperscriptSize,
SuperscriptX,
SuperscriptY,
UnderlinePosition,
UnderlineThickness,
Weight,
WeightName,
XHeight,
}Expand description
BDF file property.
Source: https://www.x.org/releases/X11R7.6/doc/xorg-docs/specs/XLFD/xlfd.html
Variants§
AddStyleName
ADD_STYLE_NAME
AverageWidth
AVERAGE_WIDTH
AvgCapitalWidth
AVG_CAPITAL_WIDTH
AvgLowercaseWidth
AVG_LOWERCASE_WIDTH
AxisLimits
AXIS_LIMITS
AxisNames
AXIS_NAMES
AxisTypes
AXIS_TYPES
CapHeight
CAP_HEIGHT
CharsetEncoding
CHARSET_ENCODING
CharsetRegistry
CHARSET_REGISTRY
Copyright
COPYRIGHT
DefaultChar
DEFAULT_CHAR
Destination
DESTINATION
EndSpace
END_SPACE
FaceName
FACE_NAME
FamilyName
FAMILY_NAME
FigureWidth
FIGURE_WIDTH
Font
FONT
FontAscent
FONT_ASCENT
FontDescent
FONT_DESCENT
FontType
FONT_TYPE
FontVersion
FONT_VERSION
Foundry
FOUNDRY
FullName
FULL_NAME
ItalicAngle
ITALIC_ANGLE
MaxSpace
MAX_SPACE
MinSpace
MIN_SPACE
NormSpace
NORM_SPACE
Notice
NOTICE
PixelSize
PIXEL_SIZE
PointSize
POINT_SIZE
QuadWidth
QUAD_WIDTH
RasterizerName
RASTERIZER_NAME
RasterizerVersion
RASTERIZER_VERSION
RawAscent
RAW_ASCENT
RawDescent
RAW_DESCENT
RelativeSetwidth
RELATIVE_SETWIDTH
RelativeWeight
RELATIVE_WEIGHT
Resolution
RESOLUTION
ResolutionX
RESOLUTION_X
ResolutionY
RESOLUTION_Y
SetwidthName
SETWIDTH_NAME
Slant
SLANT
SmallCapSize
SMALL_CAP_SIZE
Spacing
SPACING
StrikeoutAscent
STRIKEOUT_ASCENT
StrikeoutDescent
STRIKEOUT_DESCENT
SubscriptSize
SUBSCRIPT_SIZE
SubscriptX
SUBSCRIPT_X
SubscriptY
SUBSCRIPT_Y
SuperscriptSize
SUPERSCRIPT_SIZE
SuperscriptX
SUPERSCRIPT_X
SuperscriptY
SUPERSCRIPT_Y
UnderlinePosition
UNDERLINE_POSITION
UnderlineThickness
UNDERLINE_THICKNESS
Weight
WEIGHT
WeightName
WEIGHT_NAME
XHeight
X_HEIGHT