Browse Source

Correct spacing for font 22-*

Fixes #3523
pull/4019/head^2
Anders Jenbo 4 years ago
parent
commit
73194b58a9
  1. BIN
      Packaging/resources/assets/fonts/12-20.bin
  2. BIN
      Packaging/resources/assets/fonts/22-00.bin
  3. BIN
      Packaging/resources/assets/fonts/22-00.pcx
  4. 59
      Packaging/resources/assets/fonts/22-01.bin
  5. BIN
      Packaging/resources/assets/fonts/22-01.pcx
  6. 58
      Packaging/resources/assets/fonts/22-02.bin
  7. BIN
      Packaging/resources/assets/fonts/22-02.pcx
  8. BIN
      Packaging/resources/assets/fonts/22-03.bin
  9. BIN
      Packaging/resources/assets/fonts/22-03.pcx
  10. BIN
      Packaging/resources/assets/fonts/22-04.pcx
  11. BIN
      Packaging/resources/assets/fonts/22-05.bin
  12. BIN
      Packaging/resources/assets/fonts/22-20.bin
  13. BIN
      Packaging/resources/assets/fonts/22-20.pcx
  14. BIN
      Packaging/resources/assets/fonts/24-20.bin
  15. BIN
      Packaging/resources/assets/fonts/30-20.bin
  16. 2
      Packaging/resources/assets/fonts/42-20.bin
  17. 3
      Packaging/resources/assets/fonts/46-20.bin
  18. 2
      Source/DiabloUI/credits.cpp

BIN
Packaging/resources/assets/fonts/12-20.bin

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-00.bin

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-00.pcx

Binary file not shown.

59
Packaging/resources/assets/fonts/22-01.bin

@ -1,29 +1,38 @@
      
    




 
  
      







 
  
     
     
 


    


 


   
    
 




 
      

  
  

 


BIN
Packaging/resources/assets/fonts/22-01.pcx

Binary file not shown.

58
Packaging/resources/assets/fonts/22-02.bin

@ -1,20 +1,38 @@

     
        
 

 

  


 


      
 
 

  
 

   

 

 
 

 
 
 



     
 
 



BIN
Packaging/resources/assets/fonts/22-02.pcx

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-03.bin

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-03.pcx

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-04.pcx

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-05.bin

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-20.bin

Binary file not shown.

BIN
Packaging/resources/assets/fonts/22-20.pcx

Binary file not shown.

BIN
Packaging/resources/assets/fonts/24-20.bin

Binary file not shown.

BIN
Packaging/resources/assets/fonts/30-20.bin

Binary file not shown.

2
Packaging/resources/assets/fonts/42-20.bin

@ -1,4 +1,4 @@
"# 
""  "# 
% '   "" 

3
Packaging/resources/assets/fonts/46-20.bin

@ -1 +1,2 @@
(* !+ . $((    
((
! (* !+ . $((    

2
Source/DiabloUI/credits.cpp

@ -122,7 +122,7 @@ void CreditsRenderer::Render()
SDL_Rect dstRect = MakeSdlRect(destX + lineContent.offset, destY, 0, 0);
ScaleOutputRect(&dstRect);
const Surface &out = Surface(DiabloUiSurface());
DrawString(out, lineContent.text, Point { dstRect.x, dstRect.y }, UiFlags::FontSizeDialog | UiFlags::ColorDialogWhite);
DrawString(out, lineContent.text, Point { dstRect.x, dstRect.y }, UiFlags::FontSizeDialog | UiFlags::ColorDialogWhite, -1);
}
SDL_SetClipRect(DiabloUiSurface(), nullptr);
}

Loading…
Cancel
Save