How can I find out if a font contains a specific character please?
Looking for u0x5C, backslash. Seems not to exist in any of the fonts
available?
DaveP
Moderator: andrew
andrew wrote:The backslash should certainly exist in most fonts (standard, courier, coursive, unicode, ...).
The font files are plain text and easy to understand. You can also load font files with QCAD to import the glyphs as blocks. This way you can add new glyphs to a font or change existing glyphs.
andrew wrote:The backslash should certainly exist in most fonts (standard, courier, coursive, unicode, ...).
The font files are plain text and easy to understand. You can also load font files with QCAD to import the glyphs as blocks. This way you can add new glyphs to a font or change existing glyphs.
andrew wrote:
The font files are plain text and easy to understand. You can also load font files with QCAD to import the glyphs as blocks. This way you can add new glyphs to a font or change existing glyphs.
andrew wrote:"Easy to understand" as in you can probably figure out what glyphs they contain. Each block defines the glyph for a character and the character is present in the font file in plain text. For a capital A of the standard font:
[0041] A
... glyph definition ...
You do not want to edit these files manually. Load them with QCAD and use QCAD to view / edit and add glyphs as blocks.
andrew wrote:In a nutshell:
1. File - Open - choose "Font *.cxf) as file format
2. Make sure the block list is shown.
3. Edit blocks / add blocks to edit / add glyphs.
Format of block names:
[xxxx] A
Where 'xxxx' is the hexadecimal Unicode of the glyph and 'A' is the glyph itself (optional).
Basic knowledge on working with blocks and Unicode is required.
Users browsing this forum: No registered users and 2 guests