Enum bdf_parser::Property[][src]

pub enum Property {
    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,
}

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

Trait Implementations

impl Clone for Property[src]

impl Copy for Property[src]

impl Debug for Property[src]

impl Display for Property[src]

impl Eq for Property[src]

impl Ord for Property[src]

impl PartialEq<Property> for Property[src]

impl PartialOrd<Property> for Property[src]

impl StructuralEq for Property[src]

impl StructuralPartialEq for Property[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.