From 4db55f88e81278231578677fe0a41910ee4da808 Mon Sep 17 00:00:00 2001 From: BttrDrgn <49764143+BttrDrgn@users.noreply.github.com> Date: Fri, 6 May 2022 02:47:18 -0500 Subject: [PATCH] Changed FONT.md edit to blob (#5290) Stop from opening the editor for freetype/README.md --- misc/freetype/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/freetype/README.md b/misc/freetype/README.md index 84f6dd064..5fcfc2d79 100644 --- a/misc/freetype/README.md +++ b/misc/freetype/README.md @@ -32,6 +32,6 @@ Small, thin anti-aliased fonts typically benefit a lot from FreeType's hinting: ### Colorful glyphs/emojis You can use the `ImGuiFreeTypeBuilderFlags_LoadColor` flag to load certain colorful glyphs. See the -["Using Colorful Glyphs/Emojis"](https://github.com/ocornut/imgui/edit/master/docs/FONTS.md#using-colorful-glyphsemojis) section of FONTS.md. +["Using Colorful Glyphs/Emojis"](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md#using-colorful-glyphsemojis) section of FONTS.md. ![colored glyphs](https://user-images.githubusercontent.com/8225057/106171241-9dc4ba80-6191-11eb-8a69-ca1467b206d1.png)