kaxe 1.4.5__tar.gz → 1.4.6.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kaxe-1.4.5/src/kaxe.egg-info → kaxe-1.4.6.dev0}/PKG-INFO +1 -1
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/pyproject.toml +1 -1
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/__init__.py +5 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/openglrender.py +4 -3
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/__init__.py +5 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/__init__.py +5 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0/src/kaxe.egg-info}/PKG-INFO +1 -1
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/LICENSE +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/MANIFEST.in +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/README.md +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/setup.cfg +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/chart/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/chart/bar.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/chart/box.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/chart/pie.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/chart/qqplot.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/axis.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/color.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/backend.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/camera.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/helper.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/hud.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/objects/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/objects/color.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/objects/line.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/objects/point.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/objects/pointer.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/objects/triangle.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/d3/translator.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/draw.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/fileloader.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/helper.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/legend.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/line.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/marker.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/profiler.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/round.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/shapes.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/styles.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/svg.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/svg_pdf.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/symbol.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/text.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/core/window.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/data/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/data/excel.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/_lazy.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/arrow.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/bubble.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/contour.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/equation.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/fill.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/function.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/map.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/parameter.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/pillar.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d2/point.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d3/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d3/base.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d3/function.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d3/mesh.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d3/point.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/d3/potato.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/function.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/legend.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/mapdata.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/point.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/objects/text.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/_lazy.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/box.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/constants.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/d3/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/d3/axes.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/d3/geometry.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/d3/plot3d.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/d3/variants.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/double.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/empty.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/grid.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/log.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/polar.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/standard.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/themes.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/zoom.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/plot/zoom_connector.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/__init__.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.bright-oblique.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.bright-roman.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.bright-semibold.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.bright-semiboldoblique.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.classical-serif-italic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-bold.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-bolditalic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-italic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-roman.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-bold.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-boldoblique.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-demi-condensed-demicondensed.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-medium.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-oblique.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-bold.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-bolditalic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-extra-boldslanted.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-extra-romanslanted.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-italic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-roman.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-upright-italic-uprightitalic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-bold.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-bolditalic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-italic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-light.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-lightoblique.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-regular.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-variable-width-italic.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.typewriter-text-variable-width-medium.ttf +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/readme.txt +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/logo-small.png +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/symbolcross.png +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/symboldonut.png +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/symbollollipop.png +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/symboltriangle.png +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe.egg-info/SOURCES.txt +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe.egg-info/dependency_links.txt +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe.egg-info/requires.txt +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe.egg-info/top_level.txt +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/tests/test.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/tests/test2.py +0 -0
- {kaxe-1.4.5 → kaxe-1.4.6.dev0}/tests/test3.py +0 -0
|
@@ -28,6 +28,7 @@ Example:
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
import logging
|
|
31
|
+
from typing import TYPE_CHECKING
|
|
31
32
|
|
|
32
33
|
from .plot import *
|
|
33
34
|
from .chart import *
|
|
@@ -55,6 +56,10 @@ except:
|
|
|
55
56
|
_PLOT_D3 = frozenset({'Plot3D', 'PlotCenter3D', 'PlotFrame3D', 'PlotEmpty3D'})
|
|
56
57
|
_OBJECTS_D3 = frozenset({'Points3D', 'Function3D', 'Mesh', 'Potato', 'SolidOfRotation'})
|
|
57
58
|
|
|
59
|
+
if TYPE_CHECKING:
|
|
60
|
+
from .plot.d3 import Plot3D, PlotCenter3D, PlotFrame3D, PlotEmpty3D
|
|
61
|
+
from .objects.d3 import Points3D, Function3D, Mesh, Potato, SolidOfRotation
|
|
62
|
+
|
|
58
63
|
|
|
59
64
|
def __getattr__(name):
|
|
60
65
|
if name in _PLOT_D3:
|
|
@@ -707,6 +707,7 @@ class OpenGLRender:
|
|
|
707
707
|
self.count = 0
|
|
708
708
|
self.showHud = False
|
|
709
709
|
self.debugDrawOverlay = False
|
|
710
|
+
self.profiler_report = False
|
|
710
711
|
self.autoRotate = False
|
|
711
712
|
self.hud = ViewportHud()
|
|
712
713
|
|
|
@@ -1062,11 +1063,11 @@ class OpenGLRender:
|
|
|
1062
1063
|
|
|
1063
1064
|
sdl2.SDL_GL_SwapWindow(window)
|
|
1064
1065
|
|
|
1065
|
-
# Print profiler report
|
|
1066
|
-
if self.totalframes % 120 == 0 and self.totalframes > 0:
|
|
1066
|
+
# Print profiler report periodically when explicitly enabled
|
|
1067
|
+
if self.profiler_report and self.totalframes % 120 == 0 and self.totalframes > 0:
|
|
1067
1068
|
print(self.profiler.get_report(sort_by='average'))
|
|
1068
1069
|
print("=" * 50)
|
|
1069
|
-
self.profiler.reset()
|
|
1070
|
+
self.profiler.reset()
|
|
1070
1071
|
|
|
1071
1072
|
|
|
1072
1073
|
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
+
from typing import TYPE_CHECKING
|
|
2
|
+
|
|
1
3
|
from .d2 import *
|
|
2
4
|
from .function import Function
|
|
3
5
|
from .point import Points
|
|
4
6
|
from .legend import GhostLegend
|
|
5
7
|
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from .d3 import Points3D, Function3D, Mesh, Potato, SolidOfRotation
|
|
10
|
+
|
|
6
11
|
|
|
7
12
|
def __getattr__(name):
|
|
8
13
|
from ._lazy import lazy_getattr
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from typing import TYPE_CHECKING
|
|
1
2
|
|
|
2
3
|
from .themes import Themes
|
|
3
4
|
from .log import LogPlot, BoxedLogPlot, LOGPLOT
|
|
@@ -15,8 +16,12 @@ __all__ = [
|
|
|
15
16
|
'Plot', 'XYPLOT', 'PolarPlot', 'POLARPLOT',
|
|
16
17
|
'BoxedPlot', 'EmptyPlot', 'EmptyWindow',
|
|
17
18
|
'DoubleAxisPlot', 'Grid', 'XYZPLOT', 'identities',
|
|
19
|
+
'Plot3D', 'PlotCenter3D', 'PlotFrame3D', 'PlotEmpty3D',
|
|
18
20
|
]
|
|
19
21
|
|
|
22
|
+
if TYPE_CHECKING:
|
|
23
|
+
from .d3 import Plot3D, PlotCenter3D, PlotFrame3D, PlotEmpty3D
|
|
24
|
+
|
|
20
25
|
|
|
21
26
|
class identities:
|
|
22
27
|
XYPLOT = XYPLOT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.bright-oblique.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.bright-roman.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.bright-semibold.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-bold.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-bolditalic.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-italic.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.concrete-roman.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-bold.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-medium.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.sans-serif-oblique.ttf
RENAMED
|
File without changes
|
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-bolditalic.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-italic.ttf
RENAMED
|
File without changes
|
{kaxe-1.4.5 → kaxe-1.4.6.dev0}/src/kaxe/resources/computer-modern-family/cmu.serif-roman.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|