flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > How to add/change custom characters in font for FASMW ? |
Author |
|
shutdownall 25 Oct 2013, 23:07
I think I finally found the solution.
The font name (lpszFace) may not be mixed up with the pitch (fdwPitchAndFamily) like FIXED_PITCH or VARIABLE_PITCH. The following example worked in FASMs example minipad: Code: invoke CreateFont,0,0,0,0,0,FALSE,FALSE,FALSE,ANSI_CHARSET,OUT_RASTER_PRECIS,CLIP_DEFAULT_PRECIS,DEFAULT_QUALITY,FF_DONTCARE,editname editname db 'Consolas',0 |
|||
25 Oct 2013, 23:07 |
|
shutdownall 26 Oct 2013, 14:58
There is some more issue why I couldn't modify the desired font "Courier New" and update this font. Some fonts (like this) are digitally signed (which is stated when double click for the view of font).
So I used another unsigned (monospaced) font to modify. I am surprised, that OpenOffice can use the unsigned font. |
|||
26 Oct 2013, 14:58 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.