typograph-editor-documentation
    Preparing search index...

    Release Notes - Version 1.0.0-20260421

    • immediate redraw when there are swatches are swatches in the manifest
    • uuid added
    /**
    * Family-level UUID used for font indirection.
    * Shared across all style-variant entries for the same font family.
    * Distinct from id, which is a per-file asset identifier.
    * Falls back to id when uuid is not set (backward compatibility
    * and single-entry-per-family cases like variable fonts).
    */
    let fonts = [ {id:"1",name:"Open Sans Regular", uuid:"FONT_1",url:"http://localhost:8888/typograph-editor-ui/userdata/fonts/Robin/OpenSans-Regular.ttf?1766052423"},
    {id:"2",name:"Open Sans Italic", uuid:"FONT_1",url:"http://localhost:8888/typograph-editor-ui/userdata/fonts/Robin/OpenSans-Italic.ttf?1766052423"},
    {id:"3",name:"Open Sans Bold", uuid:"FONT_1",url:"http://localhost:8888/typograph-editor-ui/userdata/fonts/Robin/OpenSans-Bold.ttf?1766052423"},
    {id:"4",name:"Open Sans Bold-Italic", uuid:"FONT_1",url:"http://localhost:8888/typograph-editor-ui/userdata/fonts/Robin/OpenSans-BoldItalic.ttf?1766052423"},
    {id:"5",name:"Olivier", uuid:"FONT_2", url:"http://localhost:8888/typograph-editor-ui/userdata/fonts/Robin/Olivier.ttf?1770903643"}];