Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 654 Bytes

fonts.md

File metadata and controls

19 lines (14 loc) · 654 Bytes

Fonts

6x13 "fixed"

rpm is ucs-miscfixed-fonts-0.3-11.el7.noarch

Without admin rights, try one of the following:

  • Download registerfont.exe & call it from a cmd script in startup folder.
  • Call AddFontResourceA as follows:
    • rundll32.exe gdi32.dll,AddFontResourceA fixed.fon
    • rundll32.exe user32.dll,SendMessage 65535 29 0 0
  • Double click the font file to view it.
    • While the viewer is open the font may be available to other applications (works on XP).