Erik van Bilsen
Erik van Bilsen
There are some `BLFont` API's that don't apply to a specific font, but to the face used by the font. For example, the `BLFont::mapTextToGlyphs` API is independent of the font,...
Feature request. The C++ version of the Paragraph class has a `visit` method to enumerate the glyph runs in the paragraph. That would be a nice feature to aid in...
Currently, DelphiAST only extracts "//..." style comments. This branch adds support for "{..}" and "(_.._)" comments as well. This only required changes to SimpleParser.Lexer.pas. In addition, I added support for...
It would be nice to have optional support for 16-bit character types for strings (like wchar_t on Windows or just unsigned 16-bit integers). This could be done with a conditional...