ocornut
|
168b97c291
Fonts: removed size rounding in AddFont() which breaks relative sizing of merged fonts (8502)
|
5 months ago |
ocornut
|
0fff7ceda4
Fonts: comments, tweaks, minor amends.
|
5 months ago |
ocornut
|
cc65015e4e
Fonts: fixed crashing password fields.
|
5 months ago |
ocornut
|
4048494aa1
Fonts: rename ImFontAtlasBuildClearTexture() to ImFontAtlasBuildClear().
|
5 months ago |
ocornut
|
b12c42e75d
Fonts: change uses of ImFontAtlasRect to ImTextureRect for simplicity.
|
5 months ago |
ocornut
|
41a0e991f0
Fonts: Added UI to edit FreeType loader flags. Added ImFontAtlasBuildReloadAll() / ImFontAtlasBuildReloadFont()
|
5 months ago |
ocornut
|
40f988ce2a
Fonts: in ShowFontAtlas() preserve open-state for latest texture. Improve debug display.
|
5 months ago |
ocornut
|
c98e3c0eff
Fonts: ImFontConfig::GlyphExcludeRanges is owner and copied.
|
5 months ago |
ocornut
|
93410c47e1
Fonts: Fixed various small warnings / build issues.
|
5 months ago |
ocornut
|
131f5c57ab
Textures: Detect when using a texture that's about to be destroyed.
|
5 months ago |
ocornut
|
0b71339122
Demo: Add a "Fonts" section for visibility.
|
5 months ago |
ocornut
|
e98a314e06
Textures: Added ImTextureData::UsedRect.
|
6 months ago |
ocornut
|
2bf6879dae
Fonts: tidying up font scale logic.
|
6 months ago |
ocornut
|
8a8d8a7b38
Fonts: Exposed CompactCache(). Hide ClearCache().
|
6 months ago |
ocornut
|
82b81fce68
Fonts: PushFontSize() with -1 uses sources[0]'s size for now (backward compat design)
|
6 months ago |
ocornut
|
6580590226
Fonts: Allow PushFont/NewFrame/PopFont idioms to function.
|
6 months ago |
ocornut
|
99f6b305c1
Fonts: Baked system, v12: support GlyphOffset / GlyphMinAdvanceX / GlyphMaxAdvanceX by scaling from ref value.
|
6 months ago |
ocornut
|
daaf0e4ef3
Fonts: Added PushFontSize(), PopFontSize() api. Added font_size param to PushFont() as well.
|
7 months ago |
ocornut
|
80404fae30
Fonts: clarify ClearTexData() as not supported with dynamic atlases.
|
7 months ago |
ocornut
|
093d01269a
Fonts: Baked system, with auto-bind, v10.
|
7 months ago |
ocornut
|
722f6013ff
Fonts: Added a bit of user facing tooling.
|
7 months ago |
ocornut
|
2bf6552f2f
Fonts: Fixed/improved support for legacy backend. SetTexID() writes into our ImTextureData to keep the indirection, clear TexIsBuilt.
|
7 months ago |
ocornut
|
288055180e
Fonts: Comments, remove ImFontAtlas facing BuildGrowTexture(), BuildCompactTexture(). Make IsBuilt() obsolete.
|
7 months ago |
ocornut
|
8ed4e2dde7
Fonts: Basic heuristic to repack instead of growing. Moved rects count/surface to internals.
|
7 months ago |
ocornut
|
4ff1631b31
Fonts: Rasterizing ellipsis character from dot as one glyph + avoid preloading if it not needed.
|
7 months ago |
ocornut
|
a2bc3d81c2
Fonts: Fixed support for multiple contexts.
|
8 months ago |
ocornut
|
cec3e945f0
Fonts: added ImFontAtlas::RemoveFont(), fixed various leaks.
|
8 months ago |
ocornut
|
df8450d928
Fonts: marked ImFontAtlas::Build() as obsolete
|
8 months ago |
ocornut
|
c20e160e0f
Textures: added texture list pointer in ImDrawData.
|
3 months ago |
ocornut
|
208705368e
Textures: Adding a RefCount to textures so backend can avoid destroying them on shutdown if atlas is shared.
|
5 months ago |