fix font display
This commit is contained in:
Binary file not shown.
@@ -13,7 +13,7 @@ dest_files=["res://.godot/imported/CascadiaCode.ttf-a3719bc78bb5325e1cfcc893e4ab
|
|||||||
[params]
|
[params]
|
||||||
|
|
||||||
Rendering=null
|
Rendering=null
|
||||||
antialiasing=1
|
antialiasing=2
|
||||||
generate_mipmaps=false
|
generate_mipmaps=false
|
||||||
disable_embedded_bitmaps=true
|
disable_embedded_bitmaps=true
|
||||||
multichannel_signed_distance_field=false
|
multichannel_signed_distance_field=false
|
||||||
@@ -21,9 +21,9 @@ msdf_pixel_range=8
|
|||||||
msdf_size=48
|
msdf_size=48
|
||||||
allow_system_fallback=true
|
allow_system_fallback=true
|
||||||
force_autohinter=false
|
force_autohinter=false
|
||||||
hinting=1
|
hinting=2
|
||||||
subpixel_positioning=4
|
subpixel_positioning=0
|
||||||
keep_rounding_remainders=true
|
keep_rounding_remainders=false
|
||||||
oversampling=0.0
|
oversampling=0.0
|
||||||
Fallbacks=null
|
Fallbacks=null
|
||||||
fallbacks=[]
|
fallbacks=[]
|
||||||
|
|||||||
@@ -1,10 +1,16 @@
|
|||||||
[gd_scene load_steps=5 format=3 uid="uid://b2oniigcp5ew5"]
|
[gd_scene load_steps=6 format=3 uid="uid://b2oniigcp5ew5"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://bavypuy7b375x" path="res://IdeRoot.cs" id="1_whawi"]
|
[ext_resource type="Script" uid="uid://bavypuy7b375x" path="res://IdeRoot.cs" id="1_whawi"]
|
||||||
[ext_resource type="Script" uid="uid://du2lt7r1p1qfy" path="res://SharpIdeCodeEdit.cs" id="2_qjf5e"]
|
[ext_resource type="Script" uid="uid://du2lt7r1p1qfy" path="res://SharpIdeCodeEdit.cs" id="2_qjf5e"]
|
||||||
[ext_resource type="FontFile" uid="uid://7jc0nj310cu6" path="res://CascadiaCode.ttf" id="2_rk34b"]
|
[ext_resource type="FontFile" uid="uid://7jc0nj310cu6" path="res://CascadiaCode.ttf" id="2_rk34b"]
|
||||||
[ext_resource type="Script" uid="uid://bai53k7ongbxw" path="res://SolutionExplorerPanel.cs" id="2_tcy02"]
|
[ext_resource type="Script" uid="uid://bai53k7ongbxw" path="res://SolutionExplorerPanel.cs" id="2_tcy02"]
|
||||||
|
|
||||||
|
[sub_resource type="FontVariation" id="FontVariation_y3aoi"]
|
||||||
|
base_font = ExtResource("2_rk34b")
|
||||||
|
spacing_top = 3
|
||||||
|
spacing_bottom = 2
|
||||||
|
baseline_offset = 0.05
|
||||||
|
|
||||||
[node name="IdeRoot" type="Control"]
|
[node name="IdeRoot" type="Control"]
|
||||||
layout_mode = 3
|
layout_mode = 3
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
@@ -69,11 +75,12 @@ unique_name_in_owner = true
|
|||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
theme_override_colors/current_line_color = Color(0.0588235, 0.0588235, 0.0588235, 1)
|
theme_override_colors/current_line_color = Color(0.0588235, 0.0588235, 0.0588235, 1)
|
||||||
theme_override_colors/background_color = Color(0.117647, 0.117647, 0.117647, 1)
|
theme_override_colors/background_color = Color(0.117647, 0.117647, 0.117647, 1)
|
||||||
theme_override_fonts/font = ExtResource("2_rk34b")
|
theme_override_fonts/font = SubResource("FontVariation_y3aoi")
|
||||||
theme_override_font_sizes/font_size = 18
|
theme_override_font_sizes/font_size = 18
|
||||||
highlight_current_line = true
|
highlight_current_line = true
|
||||||
symbol_lookup_on_click = true
|
symbol_lookup_on_click = true
|
||||||
symbol_tooltip_on_hover = true
|
symbol_tooltip_on_hover = true
|
||||||
|
gutters_draw_breakpoints_gutter = true
|
||||||
gutters_draw_line_numbers = true
|
gutters_draw_line_numbers = true
|
||||||
code_completion_enabled = true
|
code_completion_enabled = true
|
||||||
auto_brace_completion_enabled = true
|
auto_brace_completion_enabled = true
|
||||||
|
|||||||
Reference in New Issue
Block a user