Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Remove extraneous HtmlPreview references in comments

AuthorDaveJarvis <email>
Date2021-11-06 16:05:40 GMT-0700
Commitdfdfe10353b618abdecf3e0029a27756a0fc2961
Parent8a29bc6
Delta2 lines added, 5 lines removed, 3-line decrease
src/main/java/com/keenwrite/util/FontLoader.java
package com.keenwrite.util;
-import com.keenwrite.preview.HtmlPreview;
-
import java.awt.*;
import java.awt.font.TextAttribute;
/**
- * Responsible for loading fonts into the application's
- * {@link GraphicsEnvironment} so that the {@link HtmlPreview} can display
- * the text using a non-system font.
+ * Loads fonts into the application's {@link GraphicsEnvironment} so that
+ * preview can display text using non-system fonts.
*/
public final class FontLoader {