• Determine the Font & Point Size at Runtime When Using AppStylist

    At runtime, when checking the Font property of the UltraLabel, it returns the default font that the control renders with.  When the text actually drawn on the control, it is using the correct font specified in the AppStylist ISL file.  The result of this…

  • Set AppStylist Font at Runtime

    If you do not want hard code the font name in an AppStylist ISL file and instead determine it at runtime and set this value in code. 

    private void ultraFontNameEditor1_ValueChanged(object sender, EventArgs e)
    {
        ApplicationStyleLibrary styleLibrary…