1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Tamanho da fonte

Discussão em 'Progress 4GL' iniciado por Cristiano Petry, Maio 25, 2022.

  1. Cristiano Petry

    Cristiano Petry Sem Pontuação

    Olá.

    alguém saberia me informar onde eu consigo ajustar acredito eu que seja o tamanho da fonte nas telas dos programas?
    Estão com esse problema. É geral, em todos os programas tem algo fora... e a fonte parece estar estranha mesmo.
    Agradeço qqer dica. Já procurei por tudo, alterar a fonte pelo Options no editor progress não resolveu.

    upload_2022-5-25_12-35-41.png
  2. rafael.andrade

    rafael.andrade Membro Master Moderador Equipe de Suporte

    A configuração das fontes vem do arquivo INI de carga
  3. bootstrapmaster

    bootstrapmaster Moderator Moderador Equipe de Suporte

    no .ini tem uma sessão chamada fonts, no meu .ini está assim ....
    Código:
    [fonts]
    ;******************************************************************************
    ; THE DEFINITION OF FONT 0 THROUGH 7 IS PRIVATE TO THE PROGRESS ADE.
    ; MODIFYING FONTS 0 THROUGH 7 MAY PREVENT THE PROGRESS ADE FROM RUNNING.
    ; The following fonts definitions correspond to the ADE standards.
    ;       ?  - DefaultFont from Startup Section
    ;       0  - DefaultFixedFont from Startup Section (1 char per PPU)
    ;       1  - Proportional System Font
    ;       2  - Editor Font for 4GL program entry
    ;       3  - TTY Simulator (should be fixed)
    ;       4  - Dynamically-sized widgets, eg status-line, selection-list
    ;       5  - Static widgets, eg. combo-boxes
    ;       6  - Dynamic, bold (TranMan2)
    ;       7  - Reserved
    ;font0=FixedSys
    ;font1=MS Sans Serif, size=8
    ;font2=Courier New, size=8
    ;font3=Courier New, size=8
    ;font4=MS Sans Serif, size=8
    ;font5=MS Sans Serif, size=10
    ;font6=MS Sans Serif, size=8, bold
    ;font7=MS Sans Serif, size=8
    ;font8=Courier New, size=10, bold
    ;font9=Courier, size=10
    ; Fontes FaceLift
    ;font10=MS Sans Serif, size=8
    ;font11=MS Sans Serif, size=8
    ;font12=MS Sans Serif, size=8, bold  
    
    ;****************************************************************************************
    ; THE DEFINITION OF FONT 0 THROUGH 7 IS PRIVATE TO THE PROGRESS ADE.
    ; MODIFYING FONTS 0 THROUGH 7 MAY PREVENT THE PROGRESS ADE FROM RUNNING.
    ; The following fonts definitions correspond to the ADE standards.
    ;       ?  - DefaultFont from Startup Section
    ;       0  - DefaultFixedFont from Startup Section (1 char per PPU)
    ;       1  - Proportional System Font
    ;       2  - Editor Font for 4GL program entry
    ;       3  - TTY Simulator (should be fixed)
    ;       4  - Dynamically-sized widgets, eg status-line, selection-list
    ;       5  - Static widgets, eg. combo-boxes
    ;       6  - Dynamic, bold (TranMan2)
    ;       7  - Reserved
    font0=FixedSys
    font1=MS Sans Serif, size=8
    font2=Courier New, size=8
    font3=Courier New, size=8
    font4=MS Sans Serif, size=8
    font5=MS Sans Serif, size=10
    font6=MS Sans Serif, size=8, bold
    font7=MS Sans Serif, size=8
    font8=Courier New, size=10, bold
    font9=Courier, size=10
    ; Fontes FaceLift
    font10=Tahoma, size=8
    font11=Verdana, size=8
    font12=Verdana, size=8, bold
    Veja que em o nome da font e o tamanho a ser usado.
  4. Cristiano Petry

    Cristiano Petry Sem Pontuação

    Ah o .ini perfeito.
    Muito obrigado pela ajuda pessoal.

Compartilhe esta Página