Andreas Kling
|
116cf92156
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much
better visual clue about what type of metric is being used.
|
2020-06-10 10:59:04 +02:00 |
|
Hüseyin ASLITÜRK
|
8b3bd1a54b
|
LibGfx: Font, extend fonts to 384 character to support LatinExtendedA
|
2020-05-21 01:19:42 +02:00 |
|
Andreas Kling
|
bc6f469544
|
LibGfx: Let's make it Font::width(Utf32View)
|
2020-05-17 22:35:25 +02:00 |
|
Andreas Kling
|
35875b68f5
|
LibGfx: Add Font::width(u32* codepoints, size_t)
This allows you to measure the width of a UTF-32 sequence.
|
2020-05-17 22:35:25 +02:00 |
|
Hüseyin ASLITÜRK
|
e68a08ad7c
|
LibGfx: Add new methods to Font to avoid embedded values in FontEditor
|
2020-05-09 10:00:13 +02:00 |
|
Andreas Kling
|
98fd6b8767
|
LibGfx: Add a way to construct an empty Font with arbitrary metrics
|
2020-02-23 11:10:52 +01:00 |
|
Andreas Kling
|
9c0c677d57
|
LibGfx: Reduce header dependencies of Bitmap and Font
|
2020-02-15 01:03:37 +01:00 |
|
Andreas Kling
|
66903ad987
|
LibGfx: Remove Utf8View.h dependency from Font.h
|
2020-02-15 00:27:50 +01:00 |
|
Andreas Kling
|
9ac94d393e
|
LibGfx: Rename from LibDraw :^)
|
2020-02-06 12:04:00 +01:00 |
|