Vixen
02b45cc4
csharp
public sealed class FontView

A font asset, open for editing: coverage, the glyphs, and the fallback chain.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (8)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • protected override bool AcceptsFocus

    Whether the focus can rest on this kind of control at all.

  • public FontAtlasView Atlas

    The glyph page.

  • public UiElement Side

    The column beside it.

  • public UiElement Facts

    The face's own facts and the atlas settings.

  • public UiElement Chain

    The fallback chain.

  • public UiElement Blocks

    How much of each block the chain covers.

  • public Select BlockChooser

    Which block the page is showing.

Methods (3)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

  • public void Show(FontDocument font)

    Shows a font.

  • public void Reload(FontDocument font)

    Rebuilds everything from the document.

Used by (1)

  • FontEditorFactoryVixen.Editor.AssetEditors