diff --git a/SourceGen/RuntimeData/Help/visualization.html b/SourceGen/RuntimeData/Help/visualization.html index c084789..4407b2b 100644 --- a/SourceGen/RuntimeData/Help/visualization.html +++ b/SourceGen/RuntimeData/Help/visualization.html @@ -132,7 +132,8 @@ arrangements are common. The script defines three generators:

bitmaps. This is intended for hi-res fonts, which are typically 8 bytes per entry, stored one after another. These are always converted as monochrome, and have a 1-pixel transparent gap - between elements. + between elements. (This also works for Apple /// fonts, but + currently ignores the high bit in each byte.)
  • Hi-Res Screen Image - used for 8KiB screen images. The data is linearized and converted to a 280x192 bitmap. Because images are relatively large, the generator does not require them diff --git a/SourceGen/WpfGui/EditVisualization.xaml b/SourceGen/WpfGui/EditVisualization.xaml index 8bea361..683f024 100644 --- a/SourceGen/WpfGui/EditVisualization.xaml +++ b/SourceGen/WpfGui/EditVisualization.xaml @@ -97,6 +97,7 @@ limitations under the License. + @@ -136,7 +137,12 @@ limitations under the License. RenderOptions.BitmapScalingMode="NearestNeighbor"/> - + + + + + + @@ -145,7 +151,7 @@ limitations under the License. - + @@ -157,7 +163,7 @@ limitations under the License. - +