csharp
public sealed class FontViewA 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 TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public FontAtlasView AtlasThe glyph page.
public UiElement SideThe column beside it.
public UiElement FactsThe face's own facts and the atlas settings.
public UiElement ChainThe fallback chain.
public UiElement BlocksHow much of each block the chain covers.
public Select BlockChooserWhich 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